Uses of Interface
org.apache.http.nio.reactor.ssl.SSLBuffer
-
Packages that use SSLBuffer Package Description org.apache.http.nio.reactor.ssl TLS/SSL support for asynchronous, event driven communication. -
-
Uses of SSLBuffer in org.apache.http.nio.reactor.ssl
Classes in org.apache.http.nio.reactor.ssl that implement SSLBuffer Modifier and Type Class Description private static classPermanentSSLBufferManagementStrategy.InternalBufferprivate static classReleasableSSLBufferManagementStrategy.InternalBufferFields in org.apache.http.nio.reactor.ssl declared as SSLBuffer Modifier and Type Field Description private SSLBufferSSLIOSession. inEncryptedprivate SSLBufferSSLIOSession. inPlainprivate SSLBufferSSLIOSession. outEncryptedMethods in org.apache.http.nio.reactor.ssl that return SSLBuffer Modifier and Type Method Description SSLBufferPermanentSSLBufferManagementStrategy. constructBuffer(int size)SSLBufferReleasableSSLBufferManagementStrategy. constructBuffer(int size)SSLBufferSSLBufferManagementStrategy. constructBuffer(int size)Creates aSSLBufferofsize.
-