Uses of Enum Class
org.apache.nifi.event.transport.configuration.TransportProtocol
Packages that use TransportProtocol
Package
Description
-
Uses of TransportProtocol in org.apache.nifi.event.transport.configuration
Methods in org.apache.nifi.event.transport.configuration that return TransportProtocolModifier and TypeMethodDescriptionstatic TransportProtocolReturns the enum constant of this class with the specified name.static TransportProtocol[]TransportProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransportProtocol in org.apache.nifi.event.transport.netty
Fields in org.apache.nifi.event.transport.netty declared as TransportProtocolModifier and TypeFieldDescriptionprivate final TransportProtocolNettyEventSenderFactory.protocolprivate final TransportProtocolNettyEventServerFactory.protocolConstructors in org.apache.nifi.event.transport.netty with parameters of type TransportProtocolModifierConstructorDescriptionByteArrayMessageNettyEventServerFactory(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 MessagesByteArrayMessageNettyEventServerFactory(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 MessagesByteArrayNettyEventSenderFactory(ComponentLog log, String address, int port, TransportProtocol protocol) Netty Event Sender Factory using byte arrayNettyEventSenderFactory(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