Uses of Interface
org.apache.http.nio.reactor.ssl.SSLBufferManagementStrategy

Packages that use SSLBufferManagementStrategy
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
 class PermanentSSLBufferManagementStrategy
          A SSLBufferManagementStrategy that never releases the underlying buffer.
 class ReleasableSSLBufferManagementStrategy
          A SSLBufferManagementStrategy that releases the underlying buffer when deactivated.
 

Constructors in org.apache.http.nio.reactor.ssl with parameters of type SSLBufferManagementStrategy
SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, SSLContext sslContext, SSLSetupHandler handler, SSLBufferManagementStrategy bufferManagementStrategy)
          Creates new instance of SSLIOSession class.
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.