netty5/transport-udt/src/main/java/io/netty/channel/udt
Norman Maurer a52bbd20f4 Make sure only direct ByteBuffer are passed to the underlying jdk Channel.
This is needed because of otherwise the JDK itself will do an extra ByteBuffer copy with it's own pool implementation. Even worth it will be done
multiple times if the ByteBuffer is always only partial written. With this change the copy is done inside of netty using it's own allocator and
only be done one time in all cases.
2013-09-02 20:17:34 +02:00
..
nio Make sure only direct ByteBuffer are passed to the underlying jdk Channel. 2013-09-02 20:17:34 +02:00
DefaultUdtChannelConfig.java Correctly update Channel.isWritable() when the write happens from outside the EventLoop in a fast fashion. Fixes [#1697] 2013-08-07 10:10:43 +02:00
DefaultUdtServerChannelConfig.java Correctly update Channel.isWritable() when the write happens from outside the EventLoop in a fast fashion. Fixes [#1697] 2013-08-07 10:10:43 +02: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 Correctly update Channel.isWritable() when the write happens from outside the EventLoop in a fast fashion. Fixes [#1697] 2013-08-07 10:10:43 +02:00
UdtChannelOption.java Fix checkstyle 2013-01-17 09:30:57 +01: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 Correctly update Channel.isWritable() when the write happens from outside the EventLoop in a fast fashion. Fixes [#1697] 2013-08-07 10:10:43 +02:00