Package org.apache.http.nio.reactor.ssl
TLS/SSL support for asynchronous, event driven communication.
-
Interface Summary Interface Description SSLBuffer Managed internal SSL buffer.SSLBufferManagementStrategy Encapsulates logic to manager SSL input/output buffers.SSLSetupHandler Callback interface that can be used to customize various aspects of the TLS/SSL protocol. -
Class Summary Class Description PermanentSSLBufferManagementStrategy ASSLBufferManagementStrategythat never releases the underlying buffer.ReleasableSSLBufferManagementStrategy ASSLBufferManagementStrategythat releases the underlying buffer when deactivated.SSLIOSession SSLIOSessionis a decorator class intended to transparently extend anIOSessionwith transport layer security capabilities based on the SSL/TLS protocol. -
Enum Summary Enum Description SSLMode