public abstract class SslCodec
extends java.lang.Object
implements rx.functions.Action1<io.netty.channel.ChannelPipeline>
SslHandler instance and adds the necessary infrastructure required for the
TCP client/server to work.| Modifier | Constructor and Description |
|---|---|
protected |
SslCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
call(io.netty.channel.ChannelPipeline pipeline) |
protected abstract io.netty.handler.ssl.SslHandler |
newSslHandler(io.netty.channel.ChannelPipeline pipeline) |