Interface | Description |
---|---|
Filter |
Can be wrapped around an
HttpHandler in order to either modify incoming
HttpRequest s or outgoing HttpResponse s using the well-known "Filter" pattern. |
HttpClient |
Defines a simple client for making HTTP requests.
|
HttpClient.Factory | |
HttpHandler | |
WebSocket |
Class | Description |
---|---|
Contents | |
HttpClient.Builder | |
HttpRequest | |
HttpResponse | |
Route | |
Route.NestedRouteConfig | |
Route.TemplatizedRouteConfig | |
UrlTemplate |
An incredibly bad implementation of URL Templates, but enough for our needs.
|
WebSocket.Listener |
Enum | Description |
---|---|
HttpMethod |