| Interface | Description |
|---|---|
| TasksListener |
Callback interface used for delegated task completion.
|
| Class | Description |
|---|---|
| DefaultSslContext |
Default SSL context that delegates calls to
WrapperSslContextSpi |
| HttpsClientInboundWay |
HTTPS client inbound way.
|
| HttpsClientOutboundWay |
HTTPS client outbound way.
|
| HttpsInboundRequest |
Request wrapper for server HTTPS calls.
|
| HttpsServerInboundWay |
HTTPS server inbound way.
|
| HttpsServerOutboundWay |
HTTPS server outbound way.
|
| ReadableSslChannel |
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
|
| SslConnection<T extends Connector> |
Connection secured with SSL/TLS protocols.
|
| SslUtils |
Various HTTPS utilities.
|
| WrapperSslContextSpi |
Default SSL context SPI capable or setting additional properties on the
created SSL engines and socket factories.
|
| WrapperSslServerSocketFactory |
SSL server socket factory that wraps the default one to do extra
initialization.
|
| WrapperSslSocketFactory |
SSL socket factory that wraps the default one to do extra initialization.
|
| WritableSslChannel |
SSL byte channel that wraps all application data using the SSL/TLS protocols.
|
Copyright © 2005–2015. All rights reserved.