class AsyncServletApplicationRequest : ServletApplicationRequest, CoroutineScope
AsyncServletApplicationRequest(call: ApplicationCall, servletRequest: HttpServletRequest, coroutineContext: <ERROR CLASS>) |
val coroutineContext: <ERROR CLASS> |
open val cookies: RequestCookies |
|
open val headers: Headers |
|
open val local: RequestConnectionPoint |
|
open val queryParameters: Parameters |
|
val servletRequest: HttpServletRequest |
fun receiveChannel(): ByteReadChannel |
val ApplicationRequest.javaSecurityPrincipal: Principal?
Returns Java's JAAS Principal |