netty5/transport-rxtx/src/main/java/io/netty/channel/rxtx
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
..
DefaultRxtxChannelConfig.java Fix most inspector warnings 2014-07-02 19:55:07 +09:00
package-info.java Rename from io.netty.transport.* to io.netty.channel.* 2013-01-14 21:34:58 +01:00
RxtxChannel.java Apply receive timeout to commPort when using RxtxChannel. Part of [#1390] 2014-02-23 16:31:34 +01:00
RxtxChannelConfig.java Add AUTO_CLOSE option 2013-11-05 17:24:36 +09:00
RxtxChannelOption.java Ensure backward-compability with 4.0 2015-04-19 13:25:42 +02:00
RxtxDeviceAddress.java Remove 'get' prefix 2013-01-17 15:06:46 +09:00