Package | Description |
---|---|
io.undertow | |
io.undertow.server | |
io.undertow.server.handlers | |
io.undertow.util |
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 requests
|
IPAddressAccessControlHandler |
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 |
A
HttpHandler that implements virtual hosts based on the Host: 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 templates
|
PredicateHandler | |
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 rate
|
SetAttributeHandler |
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.
|
Class | Description |
---|---|
Cookie |
A HTTP cookie.
|
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 |
A
HttpHandler 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 URL
|
Cookie |
A HTTP cookie.
|
CookieImpl | |
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 |
A
HttpHandler that implements virtual hosts based on the Host: 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 templates
|
PathTemplateHandler.PathTemplateMatch |
Deprecated.
|
PeerNameResolvingHandler.ResolveType | |
PredicateHandler | |
RequestLimit |
Represents a limit on a number of running requests.
|
ResponseCodeHandler |
A handler which simply sets a response code.
|
Class | Description |
---|---|
Cookie |
A HTTP cookie.
|
Copyright © 2018. All rights reserved.