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 class
PermanentSSLBufferManagementStrategy.InternalBuffer
private static class
ReleasableSSLBufferManagementStrategy.InternalBuffer
Fields in org.apache.http.nio.reactor.ssl declared as SSLBuffer Modifier and Type Field Description private SSLBuffer
SSLIOSession. inEncrypted
private SSLBuffer
SSLIOSession. inPlain
private SSLBuffer
SSLIOSession. outEncrypted
Methods in org.apache.http.nio.reactor.ssl that return SSLBuffer Modifier and Type Method Description SSLBuffer
PermanentSSLBufferManagementStrategy. constructBuffer(int size)
SSLBuffer
ReleasableSSLBufferManagementStrategy. constructBuffer(int size)
SSLBuffer
SSLBufferManagementStrategy. constructBuffer(int size)
Creates aSSLBuffer
ofsize
.
-