cc.otavia.core.channel.internal

Members list

Type members

Classlikes

class AdaptiveBufferOffset(var endIdx: Int)

Attributes

Supertypes
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
final class WriteBufferWaterMark(val low: Int, val high: Int, validate: Boolean)

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 Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type