AsyncServletApplicationCall

open class AsyncServletApplicationCall(    application: Application,     servletRequest: HttpServletRequest,     servletResponse: HttpServletResponse,     engineContext: CoroutineContext,     userContext: CoroutineContext,     upgrade: ServletUpgrade,     parentCoroutineContext: CoroutineContext,     managedByEngineHeaders: Set<String> = emptySet()) : BaseApplicationCall, CoroutineScope

Constructors

Link copied to clipboard
constructor(    application: Application,     servletRequest: HttpServletRequest,     servletResponse: HttpServletResponse,     engineContext: CoroutineContext,     userContext: CoroutineContext,     upgrade: ServletUpgrade,     parentCoroutineContext: CoroutineContext,     managedByEngineHeaders: Set<String> = emptySet())

Properties

Link copied to clipboard
override val application: Application
Link copied to clipboard
override val attributes: Attributes
Link copied to clipboard
Link copied to clipboard
open override val parameters: Parameters
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun ApplicationCall.putServletAttributes(request: ServletRequest)
Link copied to clipboard
open suspend override fun <T> receiveNullable(typeInfo: TypeInfo): T?
Link copied to clipboard
open suspend override fun respond(message: Any?, typeInfo: TypeInfo?)