| Interface | Description |
|---|---|
| ServletExchange<Req,Res> |
Represents an HTTP exchange in a serverless context.
|
| ServletHttpRequest<N,B> |
Interface that models a serverless request which typically support blocking I/O.
|
| ServletHttpResponse<N,B> |
Models a serverless HTTP response, allowing access to the native response.
|
| ServletResponseEncoder<T> |
An interface for custom encoding of the HTTP response.
|
| StreamedServletMessage<B,BB> |
Represents a streamed HTTP message.
|
| Class | Description |
|---|---|
| DefaultServletExchange<Req,Res> |
Represents an HTTP exchange in a Serverless context.
|
| ServletBinderRegistry |
A
RequestBinderRegistry implementation specifically for Serverless functions over HTTP. |
| ServletBodyBinder<T> |
Allows binding the body from a
ServletHttpRequest. |
| ServletCookies |
Implementation of
Cookies for serverless. |
| ServletHttpHandler<Req,Res> |
An HTTP handler that can deal with Serverless requests.
|
| ServletResponseFactory |
An implementation of the
HttpResponseFactory case that retrieves the
response object from the current request bound to the current thread. |