cc.otavia.core.channel.internal.WriteBufferWaterMark
See theWriteBufferWaterMark companion object
WriteBufferWaterMark is used to set low water mark and high water mark for the write buffer.
If the number of bytes queued in the write buffer exceeds the high high water mark, Channel#writableBytes() will start to return 0.
If the number of bytes queued in the write buffer exceeds the high high water mark and then dropped down below the low low water mark, Channel#writableBytes() will start to return a positive value again.
Value parameters
- high
-
the high water mark for the write buffer.
- low
-
the low water mark for the write buffer.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article