Uses of Interface
org.apache.http.nio.reactor.ssl.SSLBufferManagementStrategy
-
Packages that use SSLBufferManagementStrategy Package Description org.apache.http.nio.reactor.ssl TLS/SSL support for asynchronous, event driven communication. -
-
Uses of SSLBufferManagementStrategy in org.apache.http.nio.reactor.ssl
Classes in org.apache.http.nio.reactor.ssl that implement SSLBufferManagementStrategy Modifier and Type Class Description class
PermanentSSLBufferManagementStrategy
ASSLBufferManagementStrategy
that never releases the underlying buffer.class
ReleasableSSLBufferManagementStrategy
ASSLBufferManagementStrategy
that releases the underlying buffer when deactivated.Constructors in org.apache.http.nio.reactor.ssl with parameters of type SSLBufferManagementStrategy Constructor Description SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler, SSLBufferManagementStrategy bufferManagementStrategy)
Creates new instance ofSSLIOSession
class.
-