public class TLSHandshakeEncoder extends com.hazelcast.internal.networking.OutboundHandler<Void,ByteBuffer>
OutboundHandler that takes care of outgoing TLS handshake
traffic.
Once the handshake is complete, this handler will remove itself from the
pipeline.
The TLSHandshakeDecoder will not consume anything from its source.TLSHandshakeDecoder| Modifier and Type | Method and Description |
|---|---|
void |
handlerAdded() |
void |
interceptError(Throwable t) |
com.hazelcast.internal.networking.HandlerStatus |
onWrite() |
initDstBuffer, initDstBuffer, initDstBufferpublic void handlerAdded()
handlerAdded in class com.hazelcast.internal.networking.ChannelHandler<com.hazelcast.internal.networking.OutboundHandler,Void,ByteBuffer>public void interceptError(Throwable t) throws Throwable
interceptError in class com.hazelcast.internal.networking.ChannelHandler<com.hazelcast.internal.networking.OutboundHandler,Void,ByteBuffer>Throwablepublic com.hazelcast.internal.networking.HandlerStatus onWrite()
throws Exception
onWrite in class com.hazelcast.internal.networking.OutboundHandler<Void,ByteBuffer>ExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.