| Package | Description |
|---|---|
| io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
DefaultMessageSizeEstimator.HandleImpl |
| Modifier and Type | Field and Description |
|---|---|
private MessageSizeEstimator.Handle |
PendingWriteQueue.estimatorHandle |
private MessageSizeEstimator.Handle |
DefaultChannelPipeline.estimatorHandle |
private MessageSizeEstimator.Handle |
DefaultMessageSizeEstimator.handle |
| Modifier and Type | Method and Description |
|---|---|
(package private) MessageSizeEstimator.Handle |
DefaultChannelPipeline.estimatorHandle() |
MessageSizeEstimator.Handle |
DefaultMessageSizeEstimator.newHandle() |
MessageSizeEstimator.Handle |
MessageSizeEstimator.newHandle()
Creates a new handle.
|