AsyncServletApplicationRequest

class AsyncServletApplicationRequest(call: ApplicationCall, val servletRequest: HttpServletRequest, val coroutineContext: CoroutineContext) : ServletApplicationRequest, CoroutineScope

Constructors

Link copied to clipboard
fun AsyncServletApplicationRequest(call: ApplicationCall, servletRequest: HttpServletRequest, coroutineContext: CoroutineContext)

Functions

Link copied to clipboard
open override fun receiveChannel(): ByteReadChannel

Properties

Link copied to clipboard
override val call: ApplicationCall
Link copied to clipboard
open override val cookies: RequestCookies
Link copied to clipboard
Link copied to clipboard
open override val headers: Headers
Link copied to clipboard
open override val local: RequestConnectionPoint
Link copied to clipboard
Link copied to clipboard
open override val queryParameters: Parameters
Link copied to clipboard
open override val rawQueryParameters: Parameters
Link copied to clipboard
val servletRequest: HttpServletRequest

Extensions

Link copied to clipboard

Returns Java's JAAS Principal

Link copied to clipboard

Provides javax.servlet request attributes or fail it the underlying engine is not servlet-backed.