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