org.apache.synapse.transport.nhttp.util |
HostnameVerifier | ************************************************************************ Copied from the not-yet-commons-ssl project at http://juliusdavies.ca/commons-ssl/ As the above project is accepted into Apache and its JARs become available in the Maven 2 repos, we will have to switch to using the JARs instead ************************************************************************ Interface for checking if a hostname matches the names stored inside the server's X.509 certificate. | code | html |
HostnameVerifier.AbstractVerifier | code | html |
Axis2HttpRequest | Represents an outgoing Axis2 HTTP/s request. | code | html |
ClientHandler | The client connection handler. | code | html |
ClientWorker | Performs processing of the HTTP response received for our outgoing request. | code | html |
ConnectionPool | code | html | |
HostnameVerifier.Certificates | code | html | |
HttpCoreNIOListener | NIO transport listener for Axis2 based on HttpCore and NIO extensions | code | html |
HttpCoreNIOSSLListener | code | html | |
HttpCoreNIOSSLSender | code | html | |
HttpCoreNIOSender | NIO transport sender for Axis2 based on HttpCore and NIO extensions | code | html |
HttpCoreRequestResponseTransport | This interface is a point of control for Axis2 to control the behaviour of a Request-Response transport such as HTTP/s For nhttp, this does not make much of a difference, as we are capable of keeping a socket open and writing to it from a different thread, while letting the initial thread that read the request go free. | code | html |
LoggingIOSession | Decorator class intended to transparently extend an IOSession with basic event logging capabilities using Commons Logging. | code | html |
LoggingIOSession.LoggingByteChannel | code | html | |
LoggingNHttpClientHandler | Decorator class intended to transparently extend an NHttpClientHandler with basic event logging capabilities using Commons Logging. | code | html |
LoggingNHttpClientIOTarget | code | html | |
LoggingNHttpServerIOTarget | code | html | |
LoggingNHttpServiceHandler | Decorator class intended to transparently extend an NHttpServiceHandler with basic event logging capabilities using Commons Logging. | code | html |
LoggingUtils | code | html | |
NHttpConfiguration | Store and manage properties that tune the nhttp transport | code | html |
NhttpConstants | code | html | |
NhttpUtils | code | html | |
PlainClientIOEventDispatch | code | html | |
PlainServerIOEventDispatch | code | html | |
SSLClientIOEventDispatch | code | html | |
SSLServerIOEventDispatch | code | html | |
ServerHandler | The server connection handler. | code | html |
ServerWorker | Processes an incoming request through Axis2. | code | html |