NettyApplicationResponse

abstract class NettyApplicationResponse(call: NettyApplicationCall, context: ChannelHandlerContext, engineContext: CoroutineContext, userContext: CoroutineContext) : BaseApplicationResponse

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
open override fun push(builder: ResponsePushBuilder)
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
abstract val headers: ResponseHeaders
Link copied to clipboard
open override val isCommitted: Boolean
Link copied to clipboard
override val pipeline: ApplicationSendPipeline
Link copied to clipboard
lateinit var responseMessage: Any