JettyApplicationResponse

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

Constructors

Link copied to clipboard
constructor(    call: AsyncServletApplicationCall,     servletRequest: HttpServletRequest,     servletResponse: HttpServletResponse,     engineContext: CoroutineContext,     userContext: CoroutineContext,     baseRequest: Request,     coroutineContext: CoroutineContext,     idleTimeout: Duration)

Properties

Link copied to clipboard
override val call: PipelineCall
Link copied to clipboard
open override val cookies: ResponseCookies
Link copied to clipboard
Link copied to clipboard
open override val headers: ResponseHeaders
Link copied to clipboard
open override val isCommitted: Boolean
Link copied to clipboard
override var isSent: Boolean
Link copied to clipboard

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)