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 java.lang.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
Fields Modifier and Type Field Description private static MessageSizeEstimator.Handle
HANDLE_INSTANCE
(package private) static AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
FlowControlledFrameSizeEstimator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageSizeEstimator.Handle
newHandle()
Creates a new handle.
-
-
-
Field Detail
-
INSTANCE
static final AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator INSTANCE
-
HANDLE_INSTANCE
private static final MessageSizeEstimator.Handle HANDLE_INSTANCE
-
-
Method Detail
-
newHandle
public MessageSizeEstimator.Handle newHandle()
Description copied from interface:MessageSizeEstimator
Creates a new handle. The handle provides the actual operations.- Specified by:
newHandle
in interfaceMessageSizeEstimator
-
-