V086Bundle

sealed interface V086Bundle : ByteBufferMessage, ReferenceCounted

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Multi(val messages: Array<V086Message?>, numToWrite: Int = Int.MAX_VALUE) : V086Bundle
Link copied to clipboard
value class Single(val message: V086Message) : V086Bundle

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun refCnt(): Int
Link copied to clipboard
abstract fun release(): Boolean
abstract fun release(p0: Int): Boolean
Link copied to clipboard
abstract fun retain(): ReferenceCounted?
abstract fun retain(p0: Int): ReferenceCounted?
Link copied to clipboard
abstract fun touch(): ReferenceCounted?
abstract fun touch(p0: Any?): ReferenceCounted?
Link copied to clipboard
abstract fun writeTo(buffer: ByteBuf)