| Interface | Description |
|---|---|
| HttpServerRequest |
An Http Reactive Channel with several accessor related to HTTP flow : headers, params,
URI, method, websocket...
|
| HttpServerResponse |
An Http Reactive Channel with several accessor related to HTTP flow : headers, params,
URI, method, websocket...
|
| HttpServerRoutes |
Server routes are unique and only the first matching in order of declaration will be
invoked.
|
| Class | Description |
|---|---|
| HttpServer |
Base functionality needed by all servers that communicate with clients over HTTP.
|
| HttpServer.Builder | |
| HttpServerOptions |
Encapsulates configuration options for the http server.
|
| HttpServerOptions.Builder |