netty5/transport-rxtx/src/main/java/io/netty/channel/rxtx
Norman Maurer d0c43c9e42 We should prefer heap buffers when using the OIO transport to reduce memory copies.
Motivation:

When using the OIO transport we need to act on byte[] when writing and reading from / to the underyling Socket. So we should ensure we use heap buffers by default to reduce memory copies.

Modifications:

Ensure we prefer heap buffers by default for the OIO transport.

Result:

Possible less memory copies.
2017-08-11 08:48:04 +02:00
..
DefaultRxtxChannelConfig.java We should prefer heap buffers when using the OIO transport to reduce memory copies. 2017-08-11 08:48:04 +02:00
package-info.java Rename from io.netty.transport.* to io.netty.channel.* 2013-01-14 21:34:58 +01:00
RxtxChannel.java Use shaded dependency on JCTools instead of copy and paste 2016-06-10 13:19:45 +02:00
RxtxChannelConfig.java fix the typos 2017-04-20 04:56:09 +02:00
RxtxChannelOption.java removed unnecessary static holders 2016-08-03 06:17:31 -07:00
RxtxDeviceAddress.java Remove 'get' prefix 2013-01-17 15:06:46 +09:00