Uses of Package
io.undertow.server.handlers
Packages that use io.undertow.server.handlers
-
Classes in io.undertow.server.handlers used by io.undertowClassDescriptionHandler that can accept or reject a request based on an attribute of the remote peer todo: should we support non-regex values for performance reasons?Deprecated.Handler that dispatches to a given handler and allows mapping exceptions to be handled by additional handlers.Handler that allows for graceful server shutdown.Deprecated.A handler that handles HTTP trace requestsHandler that can accept or reject a request based on the IP address of the remote peer.A
HttpHandlerthat implements virtual hosts based on theHost:http header header.Handler that dispatches to a given handler based of a prefix match of the path.A handler that matches URI templatesHandler that sets the peer address to the value of the X-Forwarded-For header.A redirect handler that redirects to the specified location via a 302 redirect.Represents a limit on a number of running requests.A handler which limits the maximum number of concurrent requests.Handler that limits the download rateHandler that can set an arbitrary attribute on the exchange.Set a fixed response header.A handler that will decode the URL and query parameters to the specified charset. -
Classes in io.undertow.server.handlers used by io.undertow.server
-
Classes in io.undertow.server.handlers used by io.undertow.server.handlersClassDescriptionHandler that can accept or reject a request based on an attribute of the remote peer todo: should we support non-regex values for performance reasons?A
HttpHandlerthat initiates a blocking request.Handler that pushes resources based on a provided URLA HTTP cookie.Handler that dispatches to a given handler and allows mapping exceptions to be handled by additional handlers.A listener which can be registered with the handler to be notified when all pending requests have finished.Handler that can accept or reject a request based on the IP address of the remote peer.AHttpHandlerthat implements virtual hosts based on theHost:http header header.A handler for the HTTP Origin (RFC 6454) header.Handler that dispatches to a given handler based of a prefix match of the path.A handler that matches URI templatesDeprecated.Represents a limit on a number of running requests.A handler which simply sets a response code. -
Classes in io.undertow.server.handlers used by io.undertow.util