class Connection
Represents a connected socket with its input and output
Connection(socket: Socket, input: ByteReadChannel, output: ByteWriteChannel)
Represents a connected socket with its input and output |
val input: ByteReadChannel |
|
val output: ByteWriteChannel |
|
val socket: Socket |