netty5/transport-udt/src/main/java/io/netty/channel/udt
Trustin Lee c7b66545b4 Add AUTO_CLOSE option
- Fixes #1952
- If AUTO_CLOSE is turned on, Netty will close the channel immediately and automatically on write failure.  The default is false.
2013-11-05 17:24:36 +09:00
..
nio Make sure only direct ByteBuffer are passed to the underlying jdk Channel. 2013-09-02 20:17:53 +02:00
DefaultUdtChannelConfig.java Add AUTO_CLOSE option 2013-11-05 17:24:36 +09:00
DefaultUdtServerChannelConfig.java Add AUTO_CLOSE option 2013-11-05 17:24:36 +09:00
package-info.java Rename from io.netty.transport.* to io.netty.channel.* 2013-01-14 21:34:58 +01:00
UdtChannel.java Rename from io.netty.transport.* to io.netty.channel.* 2013-01-14 21:34:58 +01:00
UdtChannelConfig.java Add AUTO_CLOSE option 2013-11-05 17:24:36 +09:00
UdtChannelOption.java Deprecate UniqueName and its subtypes' constructors / Add valueOf() for easier future migration. 2013-10-25 20:53:47 +09:00
UdtMessage.java Forgot to commit this class before. Related to [#1433] 2013-07-08 07:41:40 +02:00
UdtServerChannel.java Fix inspector warnings 2013-02-11 16:52:43 +09:00
UdtServerChannelConfig.java Add AUTO_CLOSE option 2013-11-05 17:24:36 +09:00