ApplicationCall
A single act of communication between a client and server.
See also
Properties
An ApplicationRequest that is a client request.
An ApplicationResponse that is a server response.
Inheritors
Extensions
Creates a default ContentType based on the given contentType and current call.
Indicates if a response is sent.
Returns MutableOriginConnectionPoint associated with this call
Produces HTTP/2 push from server to client or sets HTTP/1.x hint header or does nothing. Exact behaviour is up to engine implementation.
Produces HTTP/2 push from server to client or sets HTTP/1.x hint header or does nothing (may call or not call block). Exact behaviour is up to engine implementation.
Receives content for this request.
Receives channel content for this call.
Receives multipart data for this call.
Receives content for this request.
Receives form parameters for this call.
Receives stream content for this call.
Receives incoming content for this call as String.
The TypeInfo recorded from the last call.receive() call.
Responds to a client with a raw bytes response, using the specified provider to build a byte array.
Responds to a client with a raw bytes response, using specified bytes.
Respond with a binary content producer.
Responds to a client with a contents of a file
Respond with binary content producer.
Responds to a client with a 301 Moved Permanently
or 302 Found
redirect.
Responds to a client with a 301 Moved Permanently
or 302 Found
redirect. Unlike the other respondRedirect, it provides a way to build a URL based on current call using the block function.
Responds to a client with a plain text response.
Responds to a client with a plain text response, using the specified provider to build a text.
Respond with text content writer.