Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- address - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- address - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
B
- bufferAllocator - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- BufferAllocator - Enum Class in org.apache.nifi.event.transport.configuration
-
Byte Buffer Allocator configuration options
- BufferAllocator() - Constructor for enum class org.apache.nifi.event.transport.configuration.BufferAllocator
- ByteArrayMessage - Class in org.apache.nifi.event.transport.message
-
Byte Array Message with Sender
- ByteArrayMessage(byte[], String) - Constructor for class org.apache.nifi.event.transport.message.ByteArrayMessage
- ByteArrayMessage(byte[], String, SslSessionStatus) - Constructor for class org.apache.nifi.event.transport.message.ByteArrayMessage
- ByteArrayMessageChannelHandler - Class in org.apache.nifi.event.transport.netty.channel
-
Channel Handler for queuing bytes received as Byte Array Messages
- ByteArrayMessageChannelHandler(BlockingQueue<ByteArrayMessage>) - Constructor for class org.apache.nifi.event.transport.netty.channel.ByteArrayMessageChannelHandler
- ByteArrayMessageNettyEventServerFactory - Class in org.apache.nifi.event.transport.netty
-
Netty Event Server Factory for Byte Array Messages
- ByteArrayMessageNettyEventServerFactory(ComponentLog, InetAddress, int, TransportProtocol, byte[], int, BlockingQueue<ByteArrayMessage>) - Constructor for class org.apache.nifi.event.transport.netty.ByteArrayMessageNettyEventServerFactory
-
Netty Event Server Factory with configurable delimiter and queue of Byte Array Messages
- ByteArrayMessageNettyEventServerFactory(ComponentLog, InetAddress, int, TransportProtocol, byte[], int, BlockingQueue<ByteArrayMessage>, FilteringStrategy) - Constructor for class org.apache.nifi.event.transport.netty.ByteArrayMessageNettyEventServerFactory
-
Netty Event Server Factory with configurable delimiter and queue of Byte Array Messages
- ByteArrayNettyEventSenderFactory - Class in org.apache.nifi.event.transport.netty
-
Netty Event Sender Factory for byte array messages
- ByteArrayNettyEventSenderFactory(ComponentLog, String, int, TransportProtocol) - Constructor for class org.apache.nifi.event.transport.netty.ByteArrayNettyEventSenderFactory
-
Netty Event Sender Factory using byte array
C
- channel - Variable in class org.apache.nifi.event.transport.netty.NettyEventServer
- channelCreated(Channel) - Method in class org.apache.nifi.event.transport.netty.channel.pool.InitializingChannelPoolHandler
-
Connect Channel when created
- channelInitializer - Variable in class org.apache.nifi.event.transport.netty.channel.pool.InitializingChannelPoolHandler
- channelPool - Variable in class org.apache.nifi.event.transport.netty.NettyEventSender
- channelRead0(ChannelHandlerContext, ByteArrayMessage) - Method in class org.apache.nifi.event.transport.netty.channel.ByteArrayMessageChannelHandler
-
Read Channel message and offer to queue for external processing
- channelRead0(ChannelHandlerContext, ByteArrayMessage) - Method in class org.apache.nifi.event.transport.netty.channel.FilteringByteArrayMessageChannelHandler
-
Read Channel message and offer to queue for external processing
- clientAuth - Variable in class org.apache.nifi.event.transport.netty.channel.ssl.ServerSslHandlerChannelInitializer
- clientAuth - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- ClientSslStandardChannelInitializer<T> - Class in org.apache.nifi.event.transport.netty.channel.ssl
-
Client SSL Standard Channel Initializer supporting TLS with SSLContext configuration
- ClientSslStandardChannelInitializer(Supplier<List<ChannelHandler>>, SSLContext) - Constructor for class org.apache.nifi.event.transport.netty.channel.ssl.ClientSslStandardChannelInitializer
-
Client SSL Channel Initializer with handlers and SSLContext
- close() - Method in class org.apache.nifi.event.transport.netty.NettyEventSender
-
Close Channel Pool and Event Loop Group
- CloseContextIdleStateHandler - Class in org.apache.nifi.event.transport.netty
-
Idle State Handler closes channel context when state indicates idle communications
- CloseContextIdleStateHandler() - Constructor for class org.apache.nifi.event.transport.netty.CloseContextIdleStateHandler
- createSslSessionStatusFromSslHandler(SslHandler) - Method in class org.apache.nifi.event.transport.netty.codec.SocketByteArrayMessageDecoder
D
- DAEMON_THREAD_ENABLED - Static variable in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
- DatagramByteArrayMessageDecoder - Class in org.apache.nifi.event.transport.netty.codec
-
Message Decoder for bytes received from Datagram Packets
- DatagramByteArrayMessageDecoder() - Constructor for class org.apache.nifi.event.transport.netty.codec.DatagramByteArrayMessageDecoder
- decode(ChannelHandlerContext, byte[], List<Object>) - Method in class org.apache.nifi.event.transport.netty.codec.SocketByteArrayMessageDecoder
-
Decode bytes to Byte Array Message with remote address from Channel.remoteAddress()
- decode(ChannelHandlerContext, DatagramPacket, List<Object>) - Method in class org.apache.nifi.event.transport.netty.codec.DatagramByteArrayMessageDecoder
-
Decode Datagram Packet to Byte Array Message
- DEFAULT - Enum constant in enum class org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
- DEFAULT - Enum constant in enum class org.apache.nifi.event.transport.configuration.ShutdownTimeout
- DEFAULT_THREAD_NAME_PREFIX - Static variable in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
- DelimitedInputStream - Class in org.apache.nifi.event.transport.netty
-
A delimited InputStream which retains a delimiter for later use
- DelimitedInputStream(InputStream, byte[]) - Constructor for class org.apache.nifi.event.transport.netty.DelimitedInputStream
- delimiter - Variable in class org.apache.nifi.event.transport.netty.DelimitedInputStream
- DISABLED - Enum constant in enum class org.apache.nifi.event.transport.netty.FilteringStrategy
-
Filtering is disabled
- duration - Variable in enum class org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
- duration - Variable in enum class org.apache.nifi.event.transport.configuration.ShutdownTimeout
E
- EMPTY - Enum constant in enum class org.apache.nifi.event.transport.netty.FilteringStrategy
-
Filtering is enabled for messages containing zero bytes
- encode(ChannelHandlerContext, InputStream, List<Object>) - Method in class org.apache.nifi.event.transport.netty.codec.InputStreamMessageEncoder
- EventDroppedException - Exception Class in org.apache.nifi.event.transport
-
Event Dropped Exception indicating when a handler drops one or more events
- EventDroppedException(String) - Constructor for exception class org.apache.nifi.event.transport.EventDroppedException
-
Event Exception
- EventDroppedException(String, Throwable) - Constructor for exception class org.apache.nifi.event.transport.EventDroppedException
-
Event Exception
- EventException - Exception Class in org.apache.nifi.event.transport
-
Event Exception indicating issues when transporting events
- EventException(String) - Constructor for exception class org.apache.nifi.event.transport.EventException
-
Event Exception
- EventException(String, Throwable) - Constructor for exception class org.apache.nifi.event.transport.EventException
-
Event Exception
- EventLoopGroupFactory - Class in org.apache.nifi.event.transport.netty
-
Event Loop Group Factory for standardized instance creation
- EventLoopGroupFactory() - Constructor for class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
- EventSender<T> - Interface in org.apache.nifi.event.transport
-
Event Sender
- EventSenderFactory<T> - Interface in org.apache.nifi.event.transport
-
Event Sender Factory
- EventServer - Interface in org.apache.nifi.event.transport
-
Event Server
- EventServerFactory - Interface in org.apache.nifi.event.transport
-
Event Server Factory
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.apache.nifi.event.transport.netty.channel.LogExceptionChannelHandler
-
Log Exceptions caught during Channel handling
F
- FilteringByteArrayMessageChannelHandler - Class in org.apache.nifi.event.transport.netty.channel
-
Channel Handler for queuing bytes received as Byte Array Messages and filtering empty messages
- FilteringByteArrayMessageChannelHandler(BlockingQueue<ByteArrayMessage>) - Constructor for class org.apache.nifi.event.transport.netty.channel.FilteringByteArrayMessageChannelHandler
- FilteringStrategy - Enum Class in org.apache.nifi.event.transport.netty
-
Message Filtering Strategy
- FilteringStrategy() - Constructor for enum class org.apache.nifi.event.transport.netty.FilteringStrategy
G
- getBootstrap() - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- getBoundEventServer(AbstractBootstrap<?, ?>, EventLoopGroup) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- getChannelInitializer() - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- getChannelInitializer() - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- getChannelMessage(String) - Method in class org.apache.nifi.event.transport.netty.NettyEventSender
- getChannelPool(Bootstrap) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- getConfiguredEventSender(Bootstrap) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- getDelimiter() - Method in class org.apache.nifi.event.transport.netty.DelimitedInputStream
- getDuration() - Method in enum class org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
- getDuration() - Method in enum class org.apache.nifi.event.transport.configuration.ShutdownTimeout
- getEventLoopGroup() - Method in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
- getEventSender() - Method in interface org.apache.nifi.event.transport.EventSenderFactory
-
Get Event Sender
- getEventSender() - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- getEventServer() - Method in interface org.apache.nifi.event.transport.EventServerFactory
-
Get Event Server
- getEventServer() - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Get Event Server with Channel bound to configured address and port number
- getIssuer() - Method in class org.apache.nifi.event.transport.SslSessionStatus
- getListeningPort() - Method in interface org.apache.nifi.event.transport.EventServer
-
Returns the port that the server is listening on, if available.
- getListeningPort() - Method in class org.apache.nifi.event.transport.netty.NettyEventServer
- getMessage() - Method in class org.apache.nifi.event.transport.message.ByteArrayMessage
- getMessage() - Method in interface org.apache.nifi.event.transport.NetworkEvent
- getSender() - Method in class org.apache.nifi.event.transport.message.ByteArrayMessage
- getSender() - Method in interface org.apache.nifi.event.transport.NetworkEvent
- getSslSessionStatus() - Method in class org.apache.nifi.event.transport.message.ByteArrayMessage
- getSslSessionStatus(ChannelHandlerContext) - Method in class org.apache.nifi.event.transport.netty.codec.SocketByteArrayMessageDecoder
- getSubject() - Method in class org.apache.nifi.event.transport.SslSessionStatus
- getThreadFactory() - Method in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
- group - Variable in class org.apache.nifi.event.transport.netty.NettyEventSender
- group - Variable in class org.apache.nifi.event.transport.netty.NettyEventServer
H
- handlerSupplier - Variable in class org.apache.nifi.event.transport.netty.channel.StandardChannelInitializer
- handlerSupplier - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- handlerSupplier - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
I
- idleTimeout - Variable in class org.apache.nifi.event.transport.netty.channel.StandardChannelInitializer
- idleTimeout - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- idleTimeout - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- initChannel(Channel) - Method in class org.apache.nifi.event.transport.netty.channel.ssl.ClientSslStandardChannelInitializer
- initChannel(Channel) - Method in class org.apache.nifi.event.transport.netty.channel.ssl.ServerSslHandlerChannelInitializer
- initChannel(Channel) - Method in class org.apache.nifi.event.transport.netty.channel.StandardChannelInitializer
- InitializingChannelPoolHandler - Class in org.apache.nifi.event.transport.netty.channel.pool
-
Initializing Channel Pool Handler adds Channel Initializer when a Channel is created
- InitializingChannelPoolHandler(ChannelInitializer<Channel>) - Constructor for class org.apache.nifi.event.transport.netty.channel.pool.InitializingChannelPoolHandler
-
Initializing Channel Pool Handler
- InputStreamMessageEncoder - Class in org.apache.nifi.event.transport.netty.codec
-
Message encoder for an InputStream, which wraps the stream in a ChunkedStream for use with a ChunkedWriter.
- InputStreamMessageEncoder() - Constructor for class org.apache.nifi.event.transport.netty.codec.InputStreamMessageEncoder
- issuer - Variable in class org.apache.nifi.event.transport.SslSessionStatus
L
- LineEnding - Enum Class in org.apache.nifi.event.transport.configuration
-
Line Ending
- LineEnding() - Constructor for enum class org.apache.nifi.event.transport.configuration.LineEnding
- log - Variable in class org.apache.nifi.event.transport.netty.channel.LogExceptionChannelHandler
- LogExceptionChannelHandler - Class in org.apache.nifi.event.transport.netty.channel
-
Log Exception Channel Handler for logging exceptions in absence of other handlers
- LogExceptionChannelHandler(ComponentLog) - Constructor for class org.apache.nifi.event.transport.netty.channel.LogExceptionChannelHandler
- logger - Static variable in class org.apache.nifi.event.transport.netty.channel.FilteringByteArrayMessageChannelHandler
- logger - Static variable in class org.apache.nifi.event.transport.netty.codec.SocketByteArrayMessageDecoder
- LOGGER - Static variable in class org.apache.nifi.event.transport.netty.channel.ByteArrayMessageChannelHandler
M
- MAX_PENDING_ACQUIRES - Static variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- maxConnections - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- message - Variable in class org.apache.nifi.event.transport.message.ByteArrayMessage
- messages - Variable in class org.apache.nifi.event.transport.netty.channel.ByteArrayMessageChannelHandler
N
- NettyEventSender<T> - Class in org.apache.nifi.event.transport.netty
-
Netty Event Sender with Channel Pool
- NettyEventSender(EventLoopGroup, ChannelPool, SocketAddress, boolean) - Constructor for class org.apache.nifi.event.transport.netty.NettyEventSender
-
Netty Channel Event Sender with Event Loop Group and Channel Pool
- NettyEventSender(EventLoopGroup, ChannelPool, SocketAddress, boolean, Duration, Duration) - Constructor for class org.apache.nifi.event.transport.netty.NettyEventSender
-
Netty Channel Event Sender with Event Loop Group, Channel Pool, and Shutdown Configuration
- NettyEventSenderFactory<T> - Class in org.apache.nifi.event.transport.netty
-
Netty Event Sender Factory
- NettyEventSenderFactory(String, int, TransportProtocol) - Constructor for class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- NettyEventServer - Class in org.apache.nifi.event.transport.netty
-
Netty Event Server
- NettyEventServer(EventLoopGroup, Channel) - Constructor for class org.apache.nifi.event.transport.netty.NettyEventServer
-
Netty Event Server with Event Loop Group and bound Channel
- NettyEventServer(EventLoopGroup, Channel, Duration, Duration) - Constructor for class org.apache.nifi.event.transport.netty.NettyEventServer
-
Netty Event Server with Event Loop Group, bound Channel, and Shutdown Configuration
- NettyEventServerFactory - Class in org.apache.nifi.event.transport.netty
-
Netty Event Server Factory
- NettyEventServerFactory(InetAddress, int, TransportProtocol) - Constructor for class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- NetworkEvent - Interface in org.apache.nifi.event.transport
-
An interface to represent network delivered event/messages
- newSslHandler() - Method in class org.apache.nifi.event.transport.netty.channel.ssl.ClientSslStandardChannelInitializer
- newSslHandler() - Method in class org.apache.nifi.event.transport.netty.channel.ssl.ServerSslHandlerChannelInitializer
- NONE - Enum constant in enum class org.apache.nifi.event.transport.configuration.LineEnding
O
- offer(ByteArrayMessage) - Method in class org.apache.nifi.event.transport.netty.channel.ByteArrayMessageChannelHandler
- OFFER_TIMEOUT - Static variable in class org.apache.nifi.event.transport.netty.channel.ByteArrayMessageChannelHandler
- org.apache.nifi.event.transport - package org.apache.nifi.event.transport
- org.apache.nifi.event.transport.configuration - package org.apache.nifi.event.transport.configuration
- org.apache.nifi.event.transport.message - package org.apache.nifi.event.transport.message
- org.apache.nifi.event.transport.netty - package org.apache.nifi.event.transport.netty
- org.apache.nifi.event.transport.netty.channel - package org.apache.nifi.event.transport.netty.channel
- org.apache.nifi.event.transport.netty.channel.pool - package org.apache.nifi.event.transport.netty.channel.pool
- org.apache.nifi.event.transport.netty.channel.ssl - package org.apache.nifi.event.transport.netty.channel.ssl
- org.apache.nifi.event.transport.netty.codec - package org.apache.nifi.event.transport.netty.codec
P
- POOLED - Enum constant in enum class org.apache.nifi.event.transport.configuration.BufferAllocator
-
Reusable pool of buffers
- port - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- port - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- protocol - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- protocol - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
Q
- QUICK - Enum constant in enum class org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
- QUICK - Enum constant in enum class org.apache.nifi.event.transport.configuration.ShutdownTimeout
R
- releaseChannel(Channel) - Method in class org.apache.nifi.event.transport.netty.NettyEventSender
- remoteAddress - Variable in class org.apache.nifi.event.transport.netty.NettyEventSender
S
- sender - Variable in class org.apache.nifi.event.transport.message.ByteArrayMessage
- sendEvent(T) - Method in interface org.apache.nifi.event.transport.EventSender
-
Send Event
- sendEvent(T) - Method in class org.apache.nifi.event.transport.netty.NettyEventSender
-
Send Event using Channel acquired from Channel Pool
- ServerSslHandlerChannelInitializer<T> - Class in org.apache.nifi.event.transport.netty.channel.ssl
-
Server SslHandler Channel Initializer for configuring SslHandler with server parameters
- ServerSslHandlerChannelInitializer(Supplier<List<ChannelHandler>>, SSLContext, ClientAuth, SSLParameters) - Constructor for class org.apache.nifi.event.transport.netty.channel.ssl.ServerSslHandlerChannelInitializer
-
Server SSL Channel Initializer with handlers and SSLContext
- setBufferAllocator(BufferAllocator) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set Buffer Allocator option overriding the default POOLED configuration
- setChannelOptions(AbstractBootstrap<?, ?>) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- setChannelOptions(Bootstrap) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- setClientAuth(ClientAuth) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set Client Authentication
- setHandlerSupplier(Supplier<List<ChannelHandler>>) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set Channel Handler Supplier
- setHandlerSupplier(Supplier<List<ChannelHandler>>) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set Channel Handler Supplier
- setIdleTimeout(Duration) - Method in class org.apache.nifi.event.transport.netty.channel.StandardChannelInitializer
-
Set the idle timeout period for channel connections, monitoring both read and write times
- setIdleTimeout(Duration) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set the idle timeout period for outgoing client connections
- setIdleTimeout(Duration) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set an idle timeout for connections, which closes a connection when there have been no read or writes for the given timeout period.
- setMaxConnections(int) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set Maximum Connections for Channel Pool
- setShutdownQuietPeriod(Duration) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set shutdown quiet period
- setShutdownQuietPeriod(Duration) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set shutdown quiet period
- setShutdownTimeout(Duration) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set shutdown timeout
- setShutdownTimeout(Duration) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set shutdown timeout
- setSingleEventPerConnection(boolean) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Send a single event for the session and close the connection.
- setSocketKeepAlive(Boolean) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set Socket Keep Alive for TCP Sockets
- setSocketReceiveBuffer(Integer) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set Socket Receive Buffer Size for TCP Sockets
- setSocketSendBufferSize(Integer) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set Socket Send Buffer Size for TCP Sockets
- setSslContext(SSLContext) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set SSL Context to enable TLS Channel Handler
- setSslContext(SSLContext) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set SSL Context to enable TLS Channel Handler
- setSslParameters(SSLParameters) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
Set SSL Parameters for optional additional configuration of TLS negotiation
- setThreadNamePrefix(String) - Method in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
-
Set Thread Name Prefix used in Netty NioEventLoopGroup defaults to NettyChannel
- setTimeout(Duration) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
Set Timeout for Connections and Communication
- setWorkerThreads(int) - Method in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
-
Set Worker Threads used in Netty NioEventLoopGroup with 0 interpreted as the default based on available processors
- setWriteTimeout(Duration) - Method in class org.apache.nifi.event.transport.netty.channel.StandardChannelInitializer
-
Set Timeout for Write operations
- shutdown() - Method in interface org.apache.nifi.event.transport.EventServer
-
Shutdown Event Server and close resources
- shutdown() - Method in class org.apache.nifi.event.transport.netty.NettyEventServer
-
Close Channel and shutdown Event Loop Group
- shutdownQuietPeriod - Variable in class org.apache.nifi.event.transport.netty.NettyEventSender
- shutdownQuietPeriod - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- shutdownQuietPeriod - Variable in class org.apache.nifi.event.transport.netty.NettyEventServer
- shutdownQuietPeriod - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- ShutdownQuietPeriod - Enum Class in org.apache.nifi.event.transport.configuration
- ShutdownQuietPeriod(Duration) - Constructor for enum class org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
- shutdownTimeout - Variable in class org.apache.nifi.event.transport.netty.NettyEventSender
- shutdownTimeout - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- shutdownTimeout - Variable in class org.apache.nifi.event.transport.netty.NettyEventServer
- shutdownTimeout - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- ShutdownTimeout - Enum Class in org.apache.nifi.event.transport.configuration
- ShutdownTimeout(Duration) - Constructor for enum class org.apache.nifi.event.transport.configuration.ShutdownTimeout
- singleEventPerConnection - Variable in class org.apache.nifi.event.transport.netty.NettyEventSender
- singleEventPerConnection - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- SocketByteArrayMessageDecoder - Class in org.apache.nifi.event.transport.netty.codec
-
Message Decoder for bytes received from Socket Channels
- SocketByteArrayMessageDecoder() - Constructor for class org.apache.nifi.event.transport.netty.codec.SocketByteArrayMessageDecoder
- socketKeepAlive - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- socketReceiveBuffer - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- socketSendBufferSize - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- sslContext - Variable in class org.apache.nifi.event.transport.netty.channel.ssl.ClientSslStandardChannelInitializer
- sslContext - Variable in class org.apache.nifi.event.transport.netty.channel.ssl.ServerSslHandlerChannelInitializer
- sslContext - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- sslContext - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- sslParameters - Variable in class org.apache.nifi.event.transport.netty.channel.ssl.ServerSslHandlerChannelInitializer
- sslParameters - Variable in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
- sslSessionStatus - Variable in class org.apache.nifi.event.transport.message.ByteArrayMessage
- SslSessionStatus - Class in org.apache.nifi.event.transport
- SslSessionStatus(X500Principal, X500Principal) - Constructor for class org.apache.nifi.event.transport.SslSessionStatus
- StandardChannelInitializer<T> - Class in org.apache.nifi.event.transport.netty.channel
-
Standard Channel Initializer
- StandardChannelInitializer(Supplier<List<ChannelHandler>>) - Constructor for class org.apache.nifi.event.transport.netty.channel.StandardChannelInitializer
-
Standard Channel Initializer with handlers
- StreamingNettyEventSenderFactory - Class in org.apache.nifi.event.transport.netty
-
Netty Event Sender Factory for messages in an InputStream
- StreamingNettyEventSenderFactory(ComponentLog, String, int, TransportProtocol) - Constructor for class org.apache.nifi.event.transport.netty.StreamingNettyEventSenderFactory
-
Netty Event Sender Factory using InputStream.
- StringNettyEventSenderFactory - Class in org.apache.nifi.event.transport.netty
-
Netty Event Sender Factory for String messages
- StringNettyEventSenderFactory(ComponentLog, String, int, TransportProtocol, Charset, LineEnding) - Constructor for class org.apache.nifi.event.transport.netty.StringNettyEventSenderFactory
-
Netty Event Sender Factory with configurable character set for String encoding
- STRIP_DELIMITER - Static variable in class org.apache.nifi.event.transport.netty.ByteArrayMessageNettyEventServerFactory
- subject - Variable in class org.apache.nifi.event.transport.SslSessionStatus
T
- TCP - Enum constant in enum class org.apache.nifi.event.transport.configuration.TransportProtocol
- threadNamePrefix - Variable in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
- timeout - Variable in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
- toString() - Method in class org.apache.nifi.event.transport.netty.NettyEventSender
-
String representation includes Channel Remote Address
- TransportProtocol - Enum Class in org.apache.nifi.event.transport.configuration
-
Transport Protocol
- TransportProtocol() - Constructor for enum class org.apache.nifi.event.transport.configuration.TransportProtocol
U
- UDP - Enum constant in enum class org.apache.nifi.event.transport.configuration.TransportProtocol
- UNIX - Enum constant in enum class org.apache.nifi.event.transport.configuration.LineEnding
- UNPOOLED - Enum constant in enum class org.apache.nifi.event.transport.configuration.BufferAllocator
-
New buffer for each allocation without any pooling
- userEventTriggered(ChannelHandlerContext, Object) - Method in class org.apache.nifi.event.transport.netty.CloseContextIdleStateHandler
V
- valueOf(String) - Static method in enum class org.apache.nifi.event.transport.configuration.BufferAllocator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.event.transport.configuration.LineEnding
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.event.transport.configuration.ShutdownTimeout
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.event.transport.configuration.TransportProtocol
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.nifi.event.transport.netty.FilteringStrategy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.nifi.event.transport.configuration.BufferAllocator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.event.transport.configuration.LineEnding
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.event.transport.configuration.ShutdownTimeout
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.event.transport.configuration.TransportProtocol
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.nifi.event.transport.netty.FilteringStrategy
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- workerThreads - Variable in class org.apache.nifi.event.transport.netty.EventLoopGroupFactory
- writeTimeout - Variable in class org.apache.nifi.event.transport.netty.channel.StandardChannelInitializer
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form