Package io.netty.handler.codec.http2
Class AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
java.lang.Object
io.netty.handler.codec.http2.AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
- All Implemented Interfaces:
MessageSizeEstimator
- Enclosing class:
AbstractHttp2StreamChannel
private static final class AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
extends Object
implements MessageSizeEstimator
Returns the flow-control size for DATA frames, and 9 for all other frames.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.MessageSizeEstimator
MessageSizeEstimator.Handle
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final MessageSizeEstimator.Handle
(package private) static final AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
HANDLE_INSTANCE
-
-
Constructor Details
-
FlowControlledFrameSizeEstimator
private FlowControlledFrameSizeEstimator()
-
-
Method Details
-
newHandle
Description copied from interface:MessageSizeEstimator
Creates a new handle. The handle provides the actual operations.- Specified by:
newHandle
in interfaceMessageSizeEstimator
-