NettyApplicationRequest

abstract class NettyApplicationRequest(call: PipelineCall, val coroutineContext: CoroutineContext, val context: ChannelHandlerContext, requestBodyChannel: ByteReadChannel, uri: String, keepAlive: Boolean) : BaseApplicationRequest, CoroutineScope

Constructors

Link copied to clipboard
constructor(call: PipelineCall, coroutineContext: CoroutineContext, context: ChannelHandlerContext, requestBodyChannel: ByteReadChannel, uri: String, keepAlive: Boolean)

Properties

Link copied to clipboard
override val call: PipelineCall
Link copied to clipboard
val context: ChannelHandlerContext
Link copied to clipboard
open override val cookies: RequestCookies
Link copied to clipboard
Link copied to clipboard
override val headers: Headers
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val rawQueryParameters: Parameters

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
Link copied to clipboard
override fun setHeader(name: String, values: List<String>?)
Link copied to clipboard
override fun setReceiveChannel(channel: ByteReadChannel)