netty5/transport-native-epoll/src/main/java/io/netty/channel/epoll
2014-02-22 20:06:52 +01:00
..
AbstractEpollChannel.java [#2254] Correctly handle Channel.read() and ChannelHandlerContext.read() 2014-02-22 18:48:47 +01:00
EpollChannelOption.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
EpollChannelOutboundBuffer.java Directly use memory addresses for gathering writes to reduce gc pressure. Part of [#2239] 2014-02-21 13:37:33 +01:00
EpollEventLoop.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
EpollEventLoopGroup.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
EpollServerSocketChannel.java Fix check to clear READ_OP and EPOLLIN. Part of [#2254] 2014-02-22 20:06:52 +01:00
EpollServerSocketChannelConfig.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
EpollSocketChannel.java Fix check to clear READ_OP and EPOLLIN. Part of [#2254] 2014-02-22 20:06:52 +01:00
EpollSocketChannelConfig.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
Native.java Directly use memory addresses for gathering writes to reduce gc pressure. Part of [#2239] 2014-02-21 13:37:33 +01:00
package-info.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00