public class DecrypterHandler extends com.hazelcast.internal.networking.InboundHandler<ByteBuffer,ByteBuffer>
InboundHandler for encrypted member to member communication.
It reads encrypted data from the src ByteBuffer and sends the decrypted data to the destination.| Constructor and Description |
|---|
DecrypterHandler(org.mule.encryption.Encrypter encrypter) |
| Modifier and Type | Method and Description |
|---|---|
void |
handlerAdded() |
com.hazelcast.internal.networking.HandlerStatus |
onRead() |
initSrcBuffer, initSrcBufferpublic DecrypterHandler(org.mule.encryption.Encrypter encrypter)
public void handlerAdded()
handlerAdded in class com.hazelcast.internal.networking.ChannelHandler<com.hazelcast.internal.networking.InboundHandler,ByteBuffer,ByteBuffer>public com.hazelcast.internal.networking.HandlerStatus onRead()
onRead in class com.hazelcast.internal.networking.InboundHandler<ByteBuffer,ByteBuffer>Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.