netty5/transport-native-epoll/src/main/java/io/netty/channel/epoll
Norman Maurer d3ffa1b02b [#1259] Add optimized queue for SCMP pattern and use it in NIO and native transport
This queue also produces less GC then CLQ when make use of OneTimeTask
2014-02-27 13:28:37 +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 [#1259] Add optimized queue for SCMP pattern and use it in NIO and native transport 2014-02-27 13:28:37 +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