| Interface | Description |
|---|---|
| BufferHandler |
This class handles the bridge between two sets of buffers:
- socket-side data - encrypted, handled by
readData, writeData
- application-side data - decrypted, handled by handleDecryptedData |
| SslNetworkContext<T extends NetworkContext> |
| Class | Description |
|---|---|
| BytesBufferHandler<N extends NetworkContext> |
This class handles the bridge between two sets of buffers:
- socket-side data - encrypted, handled by
readData, writeData
- application-side data - decrypted, handled by handleDecryptedData |
| SslDelegatingTcpHandler<N extends SslNetworkContext> |
This class is designed to wrap a standard
TcpHandler, providing
symmetric encryption/decryption transparently to the underlying handler. |
Copyright © 2018. All rights reserved.