netty5/transport-native-epoll/src
Norman Maurer 31211487e9 Use IntObjectMap to replace Map in EpollEventLoop.
Motivation:

We need to map from ints to AbstractEpollChannel in EpollEventLoop but there is no need for box to Integer.

Modification:

Replace Map with IntObjectMap.

Result:

No more auto-boxing needed.
2014-06-25 20:22:58 +02:00
..
main Use IntObjectMap to replace Map in EpollEventLoop. 2014-06-25 20:22:58 +02:00
test/java/io/netty/channel/epoll Add an OpenSslEngine and the universal API for enabling SSL 2014-05-18 02:54:06 +09:00