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) classprivate static final classprivate static final classprivate static final classFields in io.netty.channel declared as MessageSizeEstimator.HandleModifier and TypeFieldDescriptionprivate MessageSizeEstimator.HandleDefaultChannelPipeline.estimatorHandleprivate final MessageSizeEstimator.HandlePendingBytesTracker.estimatorHandleprivate final MessageSizeEstimator.HandleDefaultMessageSizeEstimator.handleFields in io.netty.channel with type parameters of type MessageSizeEstimator.HandleModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater<DefaultChannelPipeline, MessageSizeEstimator.Handle> DefaultChannelPipeline.ESTIMATORMethods in io.netty.channel that return MessageSizeEstimator.HandleModifier and TypeMethodDescription(package private) final MessageSizeEstimator.HandleDefaultChannelPipeline.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) privatePendingBytesTracker(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.HandleAbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator.HANDLE_INSTANCEMethods in io.netty.handler.codec.http2 that return MessageSizeEstimator.HandleModifier and TypeMethodDescriptionAbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator.newHandle()