Class | Description |
---|---|
DefaultAttributeMap |
Default
AttributeMap implementation which use simple synchronization per bucket to keep the memory
overhead as low as possible. |
FlushConsolidationHandler |
ChannelDuplexHandler which consolidate ChannelOutboundInvoker.flush() operations (which also
includes ChannelOutboundInvoker.writeAndFlush(Object) and
ChannelOutboundInvoker.writeAndFlush(Object, ChannelPromise) ). |
IdleTimeoutHandler | |
InboundTrafficController | |
ReadSuppressingHandler |
A
ChannelOutboundHandler that suppresses unnecessary ChannelHandlerContext.read() calls
when auto-read is disabled. |
TrafficLoggingHandler |
A Netty handler that logs the I/O traffic of a connection.
|
Types |
Provides various utility functions for Java types.
|