Uses of Package
io.inverno.mod.http.server
Packages that use io.inverno.mod.http.server
Package
Description
Inverno HTTP server API and module configuration.
Inverno HTTP server WebSocket API.
-
Classes in io.inverno.mod.http.server used by io.inverno.mod.http.serverClassDescriptionRepresents 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 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 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. -
Classes in io.inverno.mod.http.server used by io.inverno.mod.http.server.ws