JettyApplicationCall

class JettyApplicationCall(application: Application, jettyRequest: Request, jettyResponse: Response, executor: Executor, userContext: CoroutineContext, val coroutineContext: CoroutineContext, idleTimeout: Duration?) : BaseApplicationCall(source)

Constructors

Link copied to clipboard
constructor(application: Application, jettyRequest: Request, jettyResponse: Response, executor: Executor, userContext: CoroutineContext, coroutineContext: CoroutineContext, idleTimeout: Duration?)

Types

Link copied to clipboard
inner class JettyApplicationRequest(request: Request) : BaseApplicationRequest
Link copied to clipboard
inner class JettyApplicationResponse(endpoint: EndPoint, response: Response) : BaseApplicationResponse

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
open suspend override fun <T> receiveNullable(typeInfo: TypeInfo): T?
Link copied to clipboard
open suspend override fun respond(message: Any?, typeInfo: TypeInfo?)