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
private static final class PendingBytesTracker.NoopPendingBytesTracker extends PendingBytesTracker
-
-
Constructor Summary
Constructors Constructor Description NoopPendingBytesTracker(MessageSizeEstimator.Handle estimatorHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decrementPendingOutboundBytes(long bytes)
void
incrementPendingOutboundBytes(long bytes)
-
Methods inherited from class io.netty.channel.PendingBytesTracker
newTracker, size
-
-
-
-
Constructor Detail
-
NoopPendingBytesTracker
NoopPendingBytesTracker(MessageSizeEstimator.Handle estimatorHandle)
-
-
Method Detail
-
incrementPendingOutboundBytes
public void incrementPendingOutboundBytes(long bytes)
- Specified by:
incrementPendingOutboundBytes
in classPendingBytesTracker
-
decrementPendingOutboundBytes
public void decrementPendingOutboundBytes(long bytes)
- Specified by:
decrementPendingOutboundBytes
in classPendingBytesTracker
-
-