ktor-http-cio / io.ktor.server.cio.backend / ServerIncomingConnection / <init>

<init>

ServerIncomingConnection(input: ByteReadChannel, output: ByteWriteChannel, remoteAddress: SocketAddress?) ServerIncomingConnection(input: ByteReadChannel, output: ByteWriteChannel, remoteAddress: SocketAddress?, localAddress: SocketAddress?)

Represents a server incoming connection. Usually it is a TCP connection but potentially could be other transport.