public class SymmetricCipherPacketEncoder extends Object implements com.hazelcast.internal.networking.ChannelOutboundHandler<com.hazelcast.nio.Packet>
| Constructor and Description |
|---|
SymmetricCipherPacketEncoder(com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.nio.IOService ioService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onWrite(com.hazelcast.nio.Packet packet,
ByteBuffer dst) |
public SymmetricCipherPacketEncoder(com.hazelcast.nio.tcp.TcpIpConnection connection,
com.hazelcast.nio.IOService ioService)
public boolean onWrite(com.hazelcast.nio.Packet packet,
ByteBuffer dst)
throws Exception
onWrite in interface com.hazelcast.internal.networking.ChannelOutboundHandler<com.hazelcast.nio.Packet>ExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.