Connection
class Connection(socket: Socket, input: ByteReadChannel, output: ByteWriteChannel)
Content copied to clipboard
Represents a connected socket with its input and output
Constructors
Link copied to clipboard
fun Connection(socket: Socket, input: ByteReadChannel, output: ByteWriteChannel)
Content copied to clipboard