| 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.
|
| HttpUpgradeListener |
Listener that is used to perform a HTTP upgrade.
|
| OpenListener | |
| 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
|
| Connectors |
This class provides the connector part of the
HttpServerExchange API. |
| HttpServerExchange |
An HTTP server request/response exchange.
|
| HttpServerExchange.WrapperConduitFactory<T extends org.xnio.conduits.Conduit> | |
| HttpServerExchange.WrapperStreamSinkConduitFactory | |
| JvmRouteHandler | |
| ListenerRegistry |
A registry of listeners, and the services that are exposed via these listeners.
|
| ListenerRegistry.HttpUpgradeMetadata | |
| ListenerRegistry.Listener | |
| ServerConnection |
A server connection.
|
| Exception | Description |
|---|---|
| RenegotiationRequiredException |
Exception that is thrown that indicates that SSL renegotiation is required
in order to get a client cert.
|
| TruncatedResponseException |
An exception indicating that the response channel was prematurely closed.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.