All Classes and Interfaces
Class
Description
Represents a failing server exchange.
Represents an HTTP server exchange (request/response) between a client and a server.
An exchange handler is used to handle server exchanges.
An exchange interceptor is used to intercept a server exchange before it is handled by a
ExchangeHandler.
HTTP server module configuration.
The HTTP client authentication type.
Base exception class used to report HTTP server errors.
Represents a part in a multipart/form-data request body as defined by RFC 7578.
A reactive exchange handler is used to handle server exchanges following reactive principles.
A reactive server controller defines how exchanges and error exchanges must be handled within the HTTP server following reactive principles.
Represents a client request in a server exchange.
Represents the payload body of a client request in a server exchange.
A multipart/form-data consumer as defined by RFC 7578.
An application/x-www-form-urlencoded data consumer as defined by application/x-www-form-urlencoded.
Thrown to indicate that an HTTP/2 steam has been reset by peer.
Represents a server response in a server exchange.
Represents the payload body of a server response in a server exchange.
A resource payload producer.
A server-sent events payload producer as defined by
Server-Sent Events.
Represents a server-sent event.
A server-sent event factory is used to create server-sent events.
A server controller defines how server exchanges and server error exchanges are handled, within the HTTP server.
A server-side WebSocket.
Represents a WebSocket exchange between a client and the server.
A WebSocket exchange handler is used to handle WebSocket exchange.