Interface | Description |
---|---|
BlockingHttpExchange |
An interface that provides the input and output streams for blocking HTTP requests.
|
ConduitWrapper<T extends org.xnio.conduits.Conduit> |
Interface that provides a means of wrapping a
Conduit . |
DefaultResponseListener |
Listener interface for default response handlers.
|
ExchangeCompletionListener |
Listener interface for events that are run at the completion of a request/response
cycle (i.e.
|
ExchangeCompletionListener.NextListener | |
HandlerWrapper |
Interface that can be used to wrap the handler chains, adding additional handlers.
|
HttpHandler |
A handler for an HTTP request.
|
OpenListener | |
ServerConnection |
A server connection.
|
ServerConnection.CloseListener | |
SSLSessionInfo |
SSL session information.
|
Class | Description |
---|---|
AbstractServerConnection | |
AbstractServerConnection.ConduitState | |
BasicSSLSessionInfo |
Basic SSL session information.
|
ConnectionSSLSessionInfo |
SSL session information that is read directly from the SSL session of the
XNIO connection
|
ExchangeCookieUtils |
Utility class for dealing with cookies.
|
HttpHandlers |
Utility methods pertaining to HTTP handlers.
|
HttpServerExchange |
An HTTP server request/response exchange.
|
ListenerRegistry |
A registry of listeners, and the services that are exposed via these listeners.
|
ListenerRegistry.HttpUpgradeMetadata | |
ListenerRegistry.Listener |
Exception | Description |
---|---|
TruncatedResponseException |
An exception indicating that the response channel was prematurely closed.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.