Uses of Package
io.undertow.server.handlers
-
Packages that use io.undertow.server.handlers Package Description io.undertow io.undertow.server io.undertow.server.handlers io.undertow.util -
Classes in io.undertow.server.handlers used by io.undertow Class Description AccessControlListHandler Handler 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?DateHandler Deprecated.ExceptionHandler Handler that dispatches to a given handler and allows mapping exceptions to be handled by additional handlers.GracefulShutdownHandler Handler that allows for graceful server shutdown.HttpContinueAcceptingHandler Handler that provides support for HTTP/1.1 continue responses.HttpContinueReadHandler Handler for requests that require 100-continue responses.HttpTraceHandler A handler that handles HTTP trace requestsIPAddressAccessControlHandler Handler that can accept or reject a request based on the IP address of the remote peer.LearningPushHandler Handler that builds up a cache of resources that a browsers requests, and uses server push to push them when supported.NameVirtualHostHandler AHttpHandler
that implements virtual hosts based on theHost:
http header header.PathHandler Handler that dispatches to a given handler based of a prefix match of the path.PathTemplateHandler A handler that matches URI templatesPredicateHandler ProxyPeerAddressHandler Handler that sets the peer address to the value of the X-Forwarded-For header.RedirectHandler A redirect handler that redirects to the specified location via a 302 redirect.RequestLimit Represents a limit on a number of running requests.RequestLimitingHandler A handler which limits the maximum number of concurrent requests.ResponseRateLimitingHandler Handler that limits the download rateSetAttributeHandler Handler that can set an arbitrary attribute on the exchange.SetHeaderHandler Set a fixed response header.URLDecodingHandler 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 Class Description Cookie A HTTP cookie. -
Classes in io.undertow.server.handlers used by io.undertow.server.handlers Class Description AccessControlListHandler Handler 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?BlockingHandler AHttpHandler
that initiates a blocking request.CanonicalPathHandler ChannelUpgradeHandler An HTTP request handler which upgrades the HTTP request and hands it off as a socket to any XNIO consumer.ConfiguredPushHandler Handler that pushes resources based on a provided URLCookie A HTTP cookie.CookieImpl CookieSameSiteMode ExceptionHandler Handler that dispatches to a given handler and allows mapping exceptions to be handled by additional handlers.GracefulShutdownHandler.ShutdownListener A listener which can be registered with the handler to be notified when all pending requests have finished.HttpUpgradeHandshake Server side upgrade handler.IPAddressAccessControlHandler Handler that can accept or reject a request based on the IP address of the remote peer.LocalNameResolvingHandler.ResolveType MetricsHandler.MetricResult NameVirtualHostHandler AHttpHandler
that implements virtual hosts based on theHost:
http header header.OriginHandler A handler for the HTTP Origin (RFC 6454) header.PathHandler Handler that dispatches to a given handler based of a prefix match of the path.PathTemplateHandler A handler that matches URI templatesPathTemplateHandler.PathTemplateMatch Deprecated.PeerNameResolvingHandler.ResolveType PredicateHandler RequestLimit Represents a limit on a number of running requests.ResponseCodeHandler A handler which simply sets a response code. -
Classes in io.undertow.server.handlers used by io.undertow.util Class Description Cookie A HTTP cookie.