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