ServerIncomingConnection
class ServerIncomingConnection(val input: ByteReadChannel, val output: ByteWriteChannel, val remoteAddress: NetworkAddress?, val localAddress: NetworkAddress?)
Represents a server incoming connection. Usually it is a TCP connection but potentially could be other transport.
Constructors
Link copied to clipboard
constructor(input: ByteReadChannel, output: ByteWriteChannel, remoteAddress: NetworkAddress?, localAddress: NetworkAddress?)