| Package | Description |
|---|---|
| org.apache.nifi.processor.util.listen.dispatcher | |
| org.apache.nifi.processor.util.listen.handler.socket |
| Modifier and Type | Field and Description |
|---|---|
private ChannelHandlerFactory<E,AsyncChannelDispatcher> |
SocketChannelDispatcher.handlerFactory |
| Constructor and Description |
|---|
SocketChannelDispatcher(EventFactory<E> eventFactory,
ChannelHandlerFactory<E,AsyncChannelDispatcher> handlerFactory,
BlockingQueue<ByteBuffer> bufferPool,
BlockingQueue<E> events,
ComponentLog logger,
int maxConnections,
SSLContext sslContext,
Charset charset) |
SocketChannelDispatcher(EventFactory<E> eventFactory,
ChannelHandlerFactory<E,AsyncChannelDispatcher> handlerFactory,
BlockingQueue<ByteBuffer> bufferPool,
BlockingQueue<E> events,
ComponentLog logger,
int maxConnections,
SSLContext sslContext,
SslContextFactory.ClientAuth clientAuth,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketChannelHandlerFactory<E extends Event<SocketChannel>>
Default factory for creating socket channel handlers.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.