Interface | Description |
---|---|
Cookie |
A HTTP cookie.
|
HttpUpgradeHandshake |
Server side upgrade handler.
|
Class | Description |
---|---|
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 |
Class that adds the Date: header to a HTTP response.
|
DisallowedMethodsHandler |
Handler that blacklists certain HTTP methods.
|
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.
|
PredicateContextHandler |
Handler that sets up the predicate context
|
PredicateHandler | |
RedirectHandler |
A redirect handler that redirects to the specifed location via a 302 redirect.
|
RequestDumplingHandler |
Handler that dumps a exchange to a log.
|
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.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.