Uses of Interface
io.netty.channel.MessageSizeEstimator.Handle
-
Packages that use MessageSizeEstimator.Handle Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of MessageSizeEstimator.Handle in io.netty.channel
Classes in io.netty.channel that implement MessageSizeEstimator.Handle Modifier and Type Class Description private static class
DefaultMessageSizeEstimator.HandleImpl
(package private) class
PendingBytesTracker
private static class
PendingBytesTracker.ChannelOutboundBufferPendingBytesTracker
private static class
PendingBytesTracker.DefaultChannelPipelinePendingBytesTracker
private static class
PendingBytesTracker.NoopPendingBytesTracker
Fields in io.netty.channel declared as MessageSizeEstimator.Handle Modifier and Type Field Description private MessageSizeEstimator.Handle
DefaultChannelPipeline. estimatorHandle
private MessageSizeEstimator.Handle
PendingBytesTracker. estimatorHandle
private MessageSizeEstimator.Handle
DefaultMessageSizeEstimator. handle
Fields in io.netty.channel with type parameters of type MessageSizeEstimator.Handle Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<DefaultChannelPipeline,MessageSizeEstimator.Handle>
DefaultChannelPipeline. ESTIMATOR
Methods in io.netty.channel that return MessageSizeEstimator.Handle Modifier and Type Method Description (package private) MessageSizeEstimator.Handle
DefaultChannelPipeline. estimatorHandle()
MessageSizeEstimator.Handle
DefaultMessageSizeEstimator. newHandle()
MessageSizeEstimator.Handle
MessageSizeEstimator. newHandle()
Creates a new handle.Constructors in io.netty.channel with parameters of type MessageSizeEstimator.Handle Constructor Description ChannelOutboundBufferPendingBytesTracker(ChannelOutboundBuffer buffer, MessageSizeEstimator.Handle estimatorHandle)
NoopPendingBytesTracker(MessageSizeEstimator.Handle estimatorHandle)
PendingBytesTracker(MessageSizeEstimator.Handle estimatorHandle)
-
Uses of MessageSizeEstimator.Handle in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as MessageSizeEstimator.Handle Modifier and Type Field Description private static MessageSizeEstimator.Handle
AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator. HANDLE_INSTANCE
Methods in io.netty.handler.codec.http2 that return MessageSizeEstimator.Handle Modifier and Type Method Description MessageSizeEstimator.Handle
AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator. newHandle()
-