Package io.netty.channel
Class PendingBytesTracker.NoopPendingBytesTracker
java.lang.Object
io.netty.channel.PendingBytesTracker
io.netty.channel.PendingBytesTracker.NoopPendingBytesTracker
- All Implemented Interfaces:
MessageSizeEstimator.Handle
- Enclosing class:
PendingBytesTracker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decrementPendingOutboundBytes
(long bytes) void
incrementPendingOutboundBytes
(long bytes) Methods inherited from class io.netty.channel.PendingBytesTracker
newTracker, size
-
Constructor Details
-
NoopPendingBytesTracker
NoopPendingBytesTracker(MessageSizeEstimator.Handle estimatorHandle)
-
-
Method Details
-
incrementPendingOutboundBytes
public void incrementPendingOutboundBytes(long bytes) - Specified by:
incrementPendingOutboundBytes
in classPendingBytesTracker
-
decrementPendingOutboundBytes
public void decrementPendingOutboundBytes(long bytes) - Specified by:
decrementPendingOutboundBytes
in classPendingBytesTracker
-