netty5/transport-rxtx/src/main/java/io/netty/channel/rxtx
Trustin Lee 041d37e0c8 Make most outbound operations are cancellable
- Inspired by #2214
- It actually reduces the chance of trying to marking a cancelled promise as success again, which raises an IllegalStateException.
2014-02-10 14:06:54 -08:00
..
DefaultRxtxChannelConfig.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
RxtxChannel.java Make most outbound operations are cancellable 2014-02-10 14:06:54 -08:00
RxtxChannelConfig.java Add AUTO_CLOSE option 2013-11-05 17:24:36 +09:00
RxtxChannelOption.java Deprecate UniqueName and its subtypes' constructors / Add valueOf() for easier future migration. 2013-10-25 20:53:47 +09:00
RxtxDeviceAddress.java Remove 'get' prefix 2013-01-17 15:06:46 +09:00