Package-level declarations

Code implementing the JDK HTTP server adapter.

Types

Link copied to clipboard
class JdkHttpServer(backlog: Int, executor: Executor? = null, stopDelay: Int = 0, idleInterval: Int = 30, maxConnections: Int = -1, maxIdleConnections: Int = 200, drainAmount: Int = 65536, maxReqHeaders: Int = 200, maxReqTime: Int = -1, maxRspTime: Int = -1, nodelay: Boolean = false) : HttpServerPort

Implements HttpServerPort using the JDK HTTP server.