Package-level declarations

Types

Link copied to clipboard
object EngineMain

Jetty engine

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

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