Frame

class Frame(val address: RemoteAddress, val sequence: Long, val bytes: ByteArray) : RemotePacket(source)

One owned inner protocol fragment associated with its authenticated host incarnation. Callers must not modify bytes after passing this packet to another owner.

Constructors

Link copied to clipboard
constructor(address: RemoteAddress, sequence: Long, bytes: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard