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 classDefaultMessageSizeEstimator.HandleImpl(package private) classPendingBytesTrackerprivate static classPendingBytesTracker.ChannelOutboundBufferPendingBytesTrackerprivate static classPendingBytesTracker.DefaultChannelPipelinePendingBytesTrackerprivate static classPendingBytesTracker.NoopPendingBytesTrackerFields in io.netty.channel declared as MessageSizeEstimator.Handle Modifier and Type Field Description private MessageSizeEstimator.HandleDefaultChannelPipeline. estimatorHandleprivate MessageSizeEstimator.HandlePendingBytesTracker. estimatorHandleprivate MessageSizeEstimator.HandleDefaultMessageSizeEstimator. handleFields 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. ESTIMATORMethods in io.netty.channel that return MessageSizeEstimator.Handle Modifier and Type Method Description (package private) MessageSizeEstimator.HandleDefaultChannelPipeline. estimatorHandle()MessageSizeEstimator.HandleDefaultMessageSizeEstimator. newHandle()MessageSizeEstimator.HandleMessageSizeEstimator. 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.HandleAbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator. HANDLE_INSTANCEMethods in io.netty.handler.codec.http2 that return MessageSizeEstimator.Handle Modifier and Type Method Description MessageSizeEstimator.HandleAbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator. newHandle()
-