All Classes and Interfaces

Class
Description
Represents a failing server exchange.
Represents an HTTP server exchange (request/response) between a client and a server.
Base Exchange context interface.
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.
 
 
 
Represents a part in a multipart/form-data request body as defined by RFC 7578.
Represents the HTTP headers of a part in a multipart/from-data request body as defined by RFC 7578.
Represents the query parameters sent of a client request in a server exchange.
A reactive exchange handler is used to handle server exchanges following reactive principles.
A reactive server controller defines how server exchanges and server error exchanges are handled, following reactive principles, within the HTTP server.
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.
Represents the cookies of a client request in a server exchange.
A generic request payload consumer.
Represents the HTTP headers of a client request in a server exchange as defined by RFC 7230 Section 3.2.
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.
Represents the cookies of a server response in a server exchange.
A generic response payload producer.
Represents the HTTP headers of a server response in a server exchange as defined by RFC 7230 Section 3.2.
Represents the HTTP trailers of a server response in a server exchange as defined by RFC 7230 Section 4.3.
 
 
 
A server controller defines how server exchanges and server error exchanges are handled, within the HTTP server.
An HTTP exception that indicates that the WebSocket subprotocols provided in the upgrade request are not supported.
A server-side WebSocket.
Thrown to indicate an error while processing a WebSocket exchange.
Represents a WebSocket exchange between a client and a server.
Represents the inbound part of a WebSocket exchange.
Represents the outbound part of a WebSocket exchange.
A WebSocket exchange handler is used to handle WebSocket exchange.
Represents a WebSocket frame as defined by RFC 6455 Section 5.
A factory used to create WebSocket frame.
WebSocket frame type as defined by RFC 6455 Section 5.
Represents a WebSocket message which can be fragmented into multiple data frames as defined by RFC 6455 Section 5.4.
A factory used to create WebSocket message.
WebSocket message type.