| Modifier and Type | Field and Description |
|---|---|
private EventFactory<E> |
SocketChannelDispatcher.eventFactory |
private EventFactory<E> |
DatagramChannelDispatcher.eventFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEventFactory
EventFactory to create StandardEvent instances.
|
| Modifier and Type | Field and Description |
|---|---|
protected EventFactory<E> |
ChannelHandler.eventFactory |
| 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) |
| Constructor and Description |
|---|
ChannelHandler(SelectionKey key,
D dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
| 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) |
| Constructor and Description |
|---|
SocketChannelHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
SSLSocketChannelHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
StandardSocketChannelHandler(SelectionKey key,
AsyncChannelDispatcher dispatcher,
Charset charset,
EventFactory<E> eventFactory,
BlockingQueue<E> events,
ComponentLog logger) |
Copyright © 2019 Apache NiFi Project. All rights reserved.