Server Incoming Connection
class ServerIncomingConnection(val input: ByteReadChannel, val output: ByteWriteChannel, val remoteAddress: NetworkAddress?, val localAddress: NetworkAddress?)(source)
Represents a server incoming connection. Usually it is a TCP connection but potentially could be other transport.