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.Handler that provides support for HTTP/1.1 continue responses.Handler for requests that require 100-continue responses.A handler that handles HTTP trace requestsHandler that can accept or reject a request based on the IP address of the remote peer.Handler that builds up a cache of resources that a browsers requests, and uses server push to push them when supported.A
HttpHandler
that 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.A handler that sets response code but continues the exchange so the servlet's error page can be returned.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
HttpHandler
that initiates a blocking request.An HTTP request handler which upgrades the HTTP request and hands it off as a socket to any XNIO consumer.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.Server side upgrade handler.Handler that can accept or reject a request based on the IP address of the remote peer.AHttpHandler
that 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