Package io.ktor.server.cio
Types
Link copied to clipboard
class CIOApplicationEngine(environment: <ERROR CLASS>, configure: CIOApplicationEngine.Configuration.() -> Unit)
Content copied to clipboard
Engine that based on CIO backend
Link copied to clipboard
Default engine with main function that starts CIO engine using application.conf
Link copied to clipboard
typealias HttpRequestHandler = suspend ServerRequestScope.(<ERROR CLASS>) -> Unit
Content copied to clipboard
HTTP request handler function
Link copied to clipboard
class HttpServer(rootServerJob: Job, acceptJob: Job, serverSocket: Deferred<<ERROR CLASS>>)
Content copied to clipboard
Represents a server instance
Link copied to clipboard
data class HttpServerSettings(host: String, port: Int, connectionIdleTimeoutSeconds: Long)
Content copied to clipboard
HTTP server connector settings
Functions
Link copied to clipboard
Content copied to clipboard