| Package | Description |
|---|---|
| org.apache.nifi.event.transport.configuration | |
| org.apache.nifi.event.transport.netty |
| Modifier and Type | Method and Description |
|---|---|
static TransportProtocol |
TransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProtocol[] |
TransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private TransportProtocol |
NettyEventServerFactory.protocol |
private TransportProtocol |
NettyEventSenderFactory.protocol |
| 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
|
ByteArrayNettyEventSenderFactory(ComponentLog log,
String address,
int port,
TransportProtocol protocol)
Netty Event Sender Factory using byte array
|
NettyEventSenderFactory(String address,
int port,
TransportProtocol protocol) |
NettyEventServerFactory(InetAddress address,
int port,
TransportProtocol protocol) |
StreamingNettyEventSenderFactory(ComponentLog log,
String address,
int port,
TransportProtocol protocol)
Netty Event Sender Factory using InputStream.
|
StringNettyEventSenderFactory(ComponentLog log,
String address,
int port,
TransportProtocol protocol,
Charset charset,
LineEnding lineEnding)
Netty Event Sender Factory with configurable character set for String encoding
|
Copyright © 2022 Apache NiFi Project. All rights reserved.