Package io.ktor.server.jetty

Types

Link copied to clipboard
object DevelopmentEngine
Link copied to clipboard
object EngineMain

Jetty engine

Link copied to clipboard
Link copied to clipboard
class JettyApplicationCall(application: Application, request: Request, servletRequest: HttpServletRequest, servletResponse: HttpServletResponse, engineContext: CoroutineContext, userContext: CoroutineContext, coroutineContext: CoroutineContext) : AsyncServletApplicationCall
Link copied to clipboard

ApplicationEngine implementation for running in a standalone Jetty

Link copied to clipboard
open class JettyApplicationEngineBase constructor(environment: ApplicationEngineEnvironment, configure: JettyApplicationEngineBase.Configuration.() -> Unit) : BaseApplicationEngine

ApplicationEngine base type for running in a standalone Jetty

Link copied to clipboard
class JettyApplicationResponse(call: AsyncServletApplicationCall, servletRequest: HttpServletRequest, servletResponse: HttpServletResponse, engineContext: CoroutineContext, userContext: CoroutineContext, baseRequest: Request, coroutineContext: CoroutineContext) : AsyncServletApplicationResponse