Package io.ktor.server.cio.backend
Types
Link copied to clipboard
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.
Link copied to clipboard
Represents a request scope.
Functions
Link copied to clipboard
fun CoroutineScope.httpServer(settings: HttpServerSettings, handler: HttpRequestHandler): HttpServer
Content copied to clipboard
Link copied to clipboard
fun CoroutineScope.startServerConnectionPipeline(connection: ServerIncomingConnection, timeout: WeakTimeoutQueue, handler: HttpRequestHandler): Job
Content copied to clipboard