netty5/transport-udt/src/main/java/io/netty/channel/udt
Norman Maurer b4b14ea19f Ensure backward-compability with 4.0
Motivation:

Each different *ChannelOption did extend ChannelOption in 4.0, which we changed in 4.1. This is a breaking change in terms of the API so we need to ensure we keep the old hierarchy.

Modifications:

- Let all *ChannelOption extend ChannelOption
- Add back constructor and mark it as @deprecated

Result:

No API breakage between 4.0 and 4.1
2015-04-19 13:25:42 +02:00
..
nio Motivation: If there are no readable bytes, it's unnecessary to go through javaChannel().write(). 2015-04-08 09:36:24 +02:00
DefaultUdtChannelConfig.java Fix typo in param name 2015-01-16 20:30:35 +01:00
DefaultUdtServerChannelConfig.java Fix typo in param name 2015-01-16 20:30:35 +01: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 Ensure backward-compability with 4.0 2015-04-19 13:25:42 +02:00
UdtMessage.java Enable a user specify an arbitrary information with ReferenceCounted.touch() 2014-02-13 18:16:25 -08: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