public class EncrypterHandler extends com.hazelcast.internal.networking.OutboundHandler<ByteBuffer,ByteBuffer>
OutboundHandler for encrypted member to member communication.
It reads data from the src ByteBuffer and sends the encrypted data to the destination.| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PADDING |
static int |
MAX_WRITE_BUFFER_SIZE |
static int |
SIZE_OF_INT |
| Constructor and Description |
|---|
EncrypterHandler(org.mule.encryption.Encrypter encrypter) |
| Modifier and Type | Method and Description |
|---|---|
void |
handlerAdded() |
com.hazelcast.internal.networking.HandlerStatus |
onWrite() |
initDstBuffer, initDstBuffer, initDstBufferpublic static final int MAX_WRITE_BUFFER_SIZE
public static final int SIZE_OF_INT
public static final int MAX_PADDING
public EncrypterHandler(org.mule.encryption.Encrypter encrypter)
public void handlerAdded()
handlerAdded in class com.hazelcast.internal.networking.ChannelHandler<com.hazelcast.internal.networking.OutboundHandler,ByteBuffer,ByteBuffer>public com.hazelcast.internal.networking.HandlerStatus onWrite()
onWrite in class com.hazelcast.internal.networking.OutboundHandler<ByteBuffer,ByteBuffer>Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.