PacketDisassembler

abstract class PacketDisassembler<out P : Packet>(val body: suspend ByteReadChannel.(Int) -> @UnsafeVariance P)

Author

Jordan Abraham

Constructors

Link copied to clipboard
constructor(body: suspend ByteReadChannel.(Int) -> @UnsafeVariance P)

Properties

Link copied to clipboard
val body: suspend ByteReadChannel.(Int) -> @UnsafeVariance P