| Package | Description |
|---|---|
| org.apache.nifi.processor.util.listen.handler | |
| org.apache.nifi.processor.util.listen.handler.socket |
| Modifier and Type | Method and Description |
|---|---|
ChannelHandler<E,D> |
ChannelHandlerFactory.createHandler(SelectionKey key,
D dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
ChannelHandler<E,D> |
ChannelHandlerFactory.createSSLHandler(SelectionKey key,
D dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketChannelHandler<E extends Event<SocketChannel>>
Base class for socket channel handlers.
|
class |
SSLSocketChannelHandler<E extends Event<SocketChannel>>
Wraps a SocketChannel with an SSLSocketChannel for receiving messages over TLS.
|
class |
StandardSocketChannelHandler<E extends Event<SocketChannel>>
Reads from the given SocketChannel into the provided buffer.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelHandler<E,AsyncChannelDispatcher> |
SocketChannelHandlerFactory.createHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
ChannelHandler<E,AsyncChannelDispatcher> |
SocketChannelHandlerFactory.createSSLHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
Copyright © 2019 Apache NiFi Project. All rights reserved.