Connection

class Connection(val socket: Socket, val input: ByteReadChannel, val output: ByteWriteChannel)

Represents a connected socket with its input and output

Constructors

Link copied to clipboard
fun Connection(socket: Socket, input: ByteReadChannel, output: ByteWriteChannel)

Properties

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