Package io.netty.channel
Interface MessageSizeEstimator
- All Known Implementing Classes:
AbstractHttp2StreamChannel.FlowControlledFrameSizeEstimator
,DefaultMessageSizeEstimator
public interface MessageSizeEstimator
Responsible to estimate the size of a message. The size represents approximately how much memory the message will
reserve in memory.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
newHandle
MessageSizeEstimator.Handle newHandle()Creates a new handle. The handle provides the actual operations.
-