netty5/transport-rxtx/src/main/java/io/netty/channel/rxtx
Norman Maurer 7becfc5e06 Use OneTimeTask where possible to reduce object creation
Motivation:

We should use OneTimeTask where possible to reduce object creation.

Modifications:

Replace Runnable with OneTimeTask

Result:

Less object creation
2015-11-20 14:41:41 -08:00
..
DefaultRxtxChannelConfig.java maxBytesPerRead channel configuration 2015-08-06 00:00:28 -07:00
package-info.java Rename from io.netty.transport.* to io.netty.channel.* 2013-01-14 21:34:58 +01:00
RxtxChannel.java Use OneTimeTask where possible to reduce object creation 2015-11-20 14:41:41 -08:00
RxtxChannelConfig.java maxBytesPerRead channel configuration 2015-08-06 00:00:28 -07:00
RxtxChannelOption.java Add a shortcut method for collision-free naming 2013-10-25 20:01:31 +09:00
RxtxDeviceAddress.java Remove 'get' prefix 2013-01-17 15:06:46 +09:00