public class SymmetricCipherPacketEncoder extends com.hazelcast.internal.networking.OutboundHandler<com.hazelcast.util.function.Supplier<com.hazelcast.nio.Packet>,ByteBuffer>
| Constructor and Description |
|---|
SymmetricCipherPacketEncoder(com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.config.SymmetricEncryptionConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
handlerAdded() |
com.hazelcast.internal.networking.HandlerStatus |
onWrite() |
initDstBuffer, initDstBuffer, initDstBufferpublic SymmetricCipherPacketEncoder(com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.config.SymmetricEncryptionConfig config)
public void handlerAdded()
handlerAdded in class com.hazelcast.internal.networking.ChannelHandler<com.hazelcast.internal.networking.OutboundHandler,com.hazelcast.util.function.Supplier<com.hazelcast.nio.Packet>,ByteBuffer>public com.hazelcast.internal.networking.HandlerStatus onWrite()
throws Exception
onWrite in class com.hazelcast.internal.networking.OutboundHandler<com.hazelcast.util.function.Supplier<com.hazelcast.nio.Packet>,ByteBuffer>ExceptionCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.