- 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 extends io.netty.channel.Channel> - 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(Bootstrap) - Method in class org.apache.nifi.event.transport.netty.NettyEventSenderFactory
-
- setChannelOptions(AbstractBootstrap<?, ?>) - Method in class org.apache.nifi.event.transport.netty.NettyEventServerFactory
-
- 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 - Enum in org.apache.nifi.event.transport.configuration
-
- ShutdownQuietPeriod(Duration) - Constructor for enum org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
-
- 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
-
- ShutdownTimeout - Enum in org.apache.nifi.event.transport.configuration
-
- ShutdownTimeout(Duration) - Constructor for enum org.apache.nifi.event.transport.configuration.ShutdownTimeout
-
- 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
-
- 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 extends io.netty.channel.Channel> - 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
-
- valueOf(String) - Static method in enum org.apache.nifi.event.transport.configuration.BufferAllocator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.event.transport.configuration.LineEnding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.event.transport.configuration.ShutdownTimeout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.event.transport.configuration.TransportProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.nifi.event.transport.netty.FilteringStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.nifi.event.transport.configuration.BufferAllocator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.event.transport.configuration.LineEnding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.event.transport.configuration.ShutdownQuietPeriod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.event.transport.configuration.ShutdownTimeout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.event.transport.configuration.TransportProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.nifi.event.transport.netty.FilteringStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.