| Interface | Description |
|---|---|
| Cookie |
A HTTP cookie.
|
| 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.
|
| 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?
|
| AllowedMethodsHandler |
Handler that whitelists certain HTTP methods.
|
| AttachmentHandler<T> |
Handler that adds an attachment to the request
|
| 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.
|
| CookieImpl | |
| DateHandler | Deprecated |
| DisableCacheHandler |
Handler that disables response caching by browsers and proxies.
|
| DisallowedMethodsHandler |
Handler that blacklists certain HTTP methods.
|
| 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.
|
| JDBCLogHandler | |
| MetricsHandler |
Handler that records some metrics
|
| MetricsHandler.MetricResult | |
| NameVirtualHostHandler |
A
HttpHandler that implements virtual hosts based on the Host: http header
header. |
| OriginHandler |
A handler for the HTTP Origin 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 | |
| PeerNameResolvingHandler |
A handler that performs reverse DNS lookup to resolve a peer address
|
| PredicateContextHandler |
Handler that sets up the predicate context
|
| 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.
|
| RequestDumplingHandler |
Handler that dumps a exchange to a log.
|
| RequestLimit |
Represents a limit on a number of running requests.
|
| RequestLimitingHandler |
A handler which limits the maximum number of concurrent requests.
|
| ResponseCodeHandler |
A handler which simply sets a response code.
|
| SetAttributeHandler |
Handler that can set an arbitrary attribute on the exchange.
|
| SetHeaderHandler | |
| SSLHeaderHandler |
Handler that sets SSL information on the connection based on the following headers:
SSL_CLIENT_CERT
SSL_CIPHER
SSL_SESSION_ID
If this handler is present in the chain it will always override the SSL session information,
even if these headers are not present.
|
| URLDecodingHandler |
A handler that will decode the URL and query parameters to the specified charset.
|
| Enum | Description |
|---|---|
| PeerNameResolvingHandler.ResolveType |
Copyright © 2014 JBoss by Red Hat. All rights reserved.