|
Class Summary |
| SSLAsyncOutputBuffer |
Buffer the bytes until the ByteChunk is full or the request
is completed, and then delegate the SSL encryption to class
SSLOutputBuffer |
| SSLAsyncProcessorTask |
Simple ProcessorTask that configure the outputBuffer
using an instance of SSLOutputBuffer. |
| SSLAsyncReadTask |
Asynchronous SSL support over NIO. |
| SSLAsyncStream |
This class add support for TLS|SSL to a ByteBufferInputStream. |
| SSLByteBufferInputStream |
Stream wrapper around a ByteBuffer. |
| SSLFileCacheFactory |
File cache extension used to support SSL. |
| SSLOutputBuffer |
Buffer the bytes until the ByteChunk is full or the request
is completed, and then delegate the SSL encryption to class
SSLOutputBuffer |
| SSLOutputWriter |
SSL over NIO utility to encrypt ByteBuffer and flush them. |
| SSLPipeline |
This Pipeline supports SSL over NIO by creating SSLWorkerThread |
| SSLProcessorTask |
Simple ProcessorTask that configure the outputBuffer
using an instance of SSLOutputBuffer. |
| SSLReadTask |
SSL support over NIO. |
| SSLSelectorReadThread |
Specialized SelectorThread that only handle OP_READ over SSL. |
| SSLSelectorThread |
SSL over NIO Selector implementation. |
| SSLUtils |
SSL over NIO utility class. |
| SSLWorkerThread |
Simple WorkerThread used to execute SSL over NIO requests. |