netty5/transport-native-epoll/src/main/java/io/netty/channel/epoll
Norman Maurer b5ab5150be Use correct generics for TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT in EpollChannelOption. Part of [#2396]
Motivation:
Currently the generics used for TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT are incorrect.

Modifications:
Use Integer as type

Result:
User can use TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT as expected
2014-04-21 10:00:26 +02:00
..
AbstractEpollChannel.java [#2375] [#2404] Fix bug in respecting ChannelConfig.setAutoRead(false) and also fix Channel.read() for OIO 2014-04-17 07:50:51 +02:00
EpollChannelOption.java Use correct generics for TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT in EpollChannelOption. Part of [#2396] 2014-04-21 10:00:26 +02: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
EpollDatagramChannel.java Fix buffer leak in EpollDatagramChannel 2014-04-18 20:37:52 +02:00
EpollDatagramChannelConfig.java [#2405] Add support for SO_REUSEPORT to EpollDatagramChannel 2014-04-17 11:55:38 +02:00
EpollDatagramChannelOutboundBuffer.java [#2377] Implement epoll based DatagramChannel 2014-04-16 15:05:43 +02:00
EpollEventLoop.java [#2297] Correctly close all registered Channels on EpollEventLoop.closeAll() 2014-03-10 20:37:16 +01:00
EpollEventLoopGroup.java User-definable thread model via ChannelHandlerInvoker 2014-03-24 18:09:27 +09:00
EpollServerSocketChannel.java [#2375] [#2404] Fix bug in respecting ChannelConfig.setAutoRead(false) and also fix Channel.read() for OIO 2014-04-17 07:50:51 +02:00
EpollServerSocketChannelConfig.java [#2375] [#2404] Fix bug in respecting ChannelConfig.setAutoRead(false) and also fix Channel.read() for OIO 2014-04-17 07:50:51 +02:00
EpollSocketChannel.java [#2375] [#2404] Fix bug in respecting ChannelConfig.setAutoRead(false) and also fix Channel.read() for OIO 2014-04-17 07:50:51 +02:00
EpollSocketChannelConfig.java [#2396] Allow to set TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT in native transport 2014-04-18 11:32:17 +02:00
Native.java [#2396] Allow to set TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT in native transport 2014-04-18 11:32:17 +02:00
package-info.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00