JettyApplicationResponse

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

Functions

Link copied to clipboard
open override fun push(builder: ResponsePushBuilder)
Link copied to clipboard
suspend override fun respondUpgrade(upgrade: OutgoingContent.ProtocolUpgrade)
Link copied to clipboard
suspend override fun responseChannel(): ByteWriteChannel
Link copied to clipboard
open override fun status(): HttpStatusCode?
open override fun status(value: HttpStatusCode)

Properties

Link copied to clipboard
override val call: ApplicationCall
Link copied to clipboard
open override val cookies: ResponseCookies
Link copied to clipboard
open override val coroutineContext: CoroutineContext
Link copied to clipboard
open override val headers: ResponseHeaders
Link copied to clipboard
override val pipeline: ApplicationSendPipeline