See: Description
| Class | Description |
|---|---|
| HttpChannel<IN,OUT> |
A Request/Response
ChannelStream extension that provides for several helpers to control HTTP behavior and
observe its metadata. |
| HttpClient<IN,OUT> |
The base class for a Reactor-based Http client.
|
| HttpSelector |
A Selector to match against ServerRequest
|
| HttpServer<IN,OUT> |
Base functionality needed by all servers that communicate with clients over HTTP.
|
| Exception | Description |
|---|---|
| HttpException |
An exception for signalling that an error occurred during a communication over HTTP protocol
|