Class SslCodec

All Implemented Interfaces:
Iterable<ComponentType>, Channel, ComponentType, Eligible, Manager

public class SslCodec extends Component
A component that receives and sends byte buffers on an encrypted channel and sends and receives the corresponding decrypted data on a plain channel.

The encrypted channel is assumed to be the network side (“upstream”) and therefore Input events represent encrypted data and are decoded to Output events on the plain channel (“downstream”) and vice versa.