Package | Description |
---|---|
org.apache.http.nio.reactor.ssl |
TLS/SSL support for asynchronous, event driven communication.
|
Modifier and Type | Class and Description |
---|---|
private static class |
PermanentSSLBufferManagementStrategy.InternalBuffer |
private static class |
ReleasableSSLBufferManagementStrategy.InternalBuffer |
Modifier and Type | Field and Description |
---|---|
private SSLBuffer |
SSLIOSession.inEncrypted |
private SSLBuffer |
SSLIOSession.inPlain |
private SSLBuffer |
SSLIOSession.outEncrypted |
Modifier and Type | Method and Description |
---|---|
SSLBuffer |
SSLBufferManagementStrategy.constructBuffer(int size)
Creates a
SSLBuffer of size . |
SSLBuffer |
ReleasableSSLBufferManagementStrategy.constructBuffer(int size) |
SSLBuffer |
PermanentSSLBufferManagementStrategy.constructBuffer(int size) |