ServerIncomingConnection
class ServerIncomingConnection(input: <ERROR CLASS>, output: <ERROR CLASS>, remoteAddress: <ERROR CLASS>?, localAddress: <ERROR CLASS>?)
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
fun ServerIncomingConnection(input: <ERROR CLASS>, output: <ERROR CLASS>, remoteAddress: <ERROR CLASS>?, localAddress: <ERROR CLASS>?)
Content copied to clipboard