public ApplicationCall
Represents a single act of communication between client and server.
Modifier and Type | Method and Description |
---|---|
Application |
getApplication()
Application being called
|
io.ktor.util.Attributes |
getAttributes()
Attributes attached to this instance
|
io.ktor.http.Parameters |
getParameters()
Parameters associated with this call
|
ApplicationRequest |
getRequest()
Client request
|
ApplicationResponse |
getResponse()
Server response
|
Application getApplication()
Application being called
ApplicationRequest getRequest()
Client request
ApplicationResponse getResponse()
Server response
io.ktor.util.Attributes getAttributes()
Attributes attached to this instance
io.ktor.http.Parameters getParameters()
Parameters associated with this call