netty5/transport-udt/src/main/java/io/netty/channel/udt
JongYoon Lim 0ac14b3d3b Bugfix in channelUDT().
Motivation:

channelUDT() can't handle NioUdtByteRendezvousChannel and NioUdtMessageRendezvousChannel because those are handled by the checking condition of their parent.

Motification:

Reorder checking conditions.

Result:

Bugfixed.
2015-05-06 18:48:57 +02:00
..
nio Bugfix in channelUDT(). 2015-05-06 18:48:57 +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