public class UnifiedProtocolEncoder extends OutboundHandler<Void,ByteBuffer>
channel, dst, src
Constructor and Description |
---|
UnifiedProtocolEncoder(IOService ioService) |
Modifier and Type | Method and Description |
---|---|
void |
handlerAdded()
Gets called when this ChannelHandler is added to the pipeline.
|
HandlerStatus |
onWrite()
A callback to indicate that this OutboundHandler should be
processed.
|
initDstBuffer, initDstBuffer, initDstBuffer
dst, dst, interceptError, setChannel, src, src
public UnifiedProtocolEncoder(IOService ioService)
public void handlerAdded()
ChannelHandler
handlerAdded
in class ChannelHandler<OutboundHandler,Void,ByteBuffer>
public HandlerStatus onWrite()
OutboundHandler
onWrite
in class OutboundHandler<Void,ByteBuffer>
HandlerStatus
the status of the handler after processing the src.Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.