cc.otavia.core.channel.internal
package cc.otavia.core.channel.internal
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object ChannelHandlerMask
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChannelHandlerMask.type
abstract class DelegatingChannelHandlerContext(ctx: ChannelHandlerContext) extends ChannelHandlerContext
Attributes
- Supertypes
-
trait ChannelHandlerContexttrait ChannelInboundInvokertrait ChannelOutboundInvokerclass Objecttrait Matchableclass AnyShow all
- Known subtypes
WriteBufferWaterMark is used to set low water mark and high water mark for the write buffer.
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
- Supertypes
-
class Objecttrait Matchableclass Any
object WriteBufferWaterMark
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WriteBufferWaterMark.type
In this article