public class RELPFrameDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
| Modifier and Type | Field and Description |
|---|---|
private Charset |
charset |
(package private) static String |
CMD_CLOSE |
(package private) static String |
CMD_OPEN |
private RELPDecoder |
decoder |
private RELPEncoder |
encoder |
private RELPMessageFactory |
eventFactory |
private ComponentLog |
logger |
| Constructor and Description |
|---|
RELPFrameDecoder(ComponentLog logger,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
List<Object> out) |
private void |
handle(RELPFrame frame,
io.netty.channel.ChannelHandlerContext ctx,
String sender,
List<Object> out) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharableprivate Charset charset
private RELPDecoder decoder
private final ComponentLog logger
private final RELPEncoder encoder
private final RELPMessageFactory eventFactory
static final String CMD_OPEN
static final String CMD_CLOSE
public RELPFrameDecoder(ComponentLog logger, Charset charset)
Copyright © 2023 Apache NiFi Project. All rights reserved.