| Package | Description |
|---|---|
| org.apache.nifi.event.transport.netty | |
| org.apache.nifi.event.transport.netty.channel |
| Constructor and Description |
|---|
ByteArrayMessageNettyEventServerFactory(ComponentLog log,
InetAddress address,
int port,
TransportProtocol protocol,
byte[] delimiter,
int maxFrameLength,
BlockingQueue<ByteArrayMessage> messages)
Netty Event Server Factory with configurable delimiter and queue of Byte Array Messages
|
ByteArrayMessageNettyEventServerFactory(ComponentLog log,
InetAddress address,
int port,
TransportProtocol protocol,
byte[] delimiter,
int maxFrameLength,
BlockingQueue<ByteArrayMessage> messages,
FilteringStrategy filteringStrategy)
Netty Event Server Factory with configurable delimiter and queue of Byte Array Messages
|
| Modifier and Type | Field and Description |
|---|---|
private BlockingQueue<ByteArrayMessage> |
ByteArrayMessageChannelHandler.messages |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FilteringByteArrayMessageChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
ByteArrayMessage message)
Read Channel message and offer to queue for external processing
|
protected void |
ByteArrayMessageChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
ByteArrayMessage message)
Read Channel message and offer to queue for external processing
|
private boolean |
ByteArrayMessageChannelHandler.offer(ByteArrayMessage message) |
| Constructor and Description |
|---|
ByteArrayMessageChannelHandler(BlockingQueue<ByteArrayMessage> messages) |
FilteringByteArrayMessageChannelHandler(BlockingQueue<ByteArrayMessage> messages) |
Copyright © 2022 Apache NiFi Project. All rights reserved.