| Package | Description |
|---|---|
| org.apache.nifi.processor.util.listen | |
| org.apache.nifi.processor.util.listen.dispatcher | |
| org.apache.nifi.processor.util.listen.handler |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelDispatcher |
AbstractListenEventProcessor.dispatcher |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ChannelDispatcher |
AbstractListenEventProcessor.createDispatcher(ProcessContext context,
BlockingQueue<E> events) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncChannelDispatcher
A ChannelDispatcher that handles channels asynchronously.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatagramChannelDispatcher<E extends Event<DatagramChannel>>
Reads from the Datagram channel into an available buffer.
|
class |
SocketChannelDispatcher<E extends Event<SocketChannel>>
Accepts Socket connections on the given port and creates a handler for each connection to
be executed by a thread pool.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelHandler<E extends Event,D extends ChannelDispatcher>
Base class for all channel handlers.
|
interface |
ChannelHandlerFactory<E extends Event,D extends ChannelDispatcher>
Factory that can produce ChannelHandlers for the given type of Event and ChannelDispatcher.
|
| Modifier and Type | Field and Description |
|---|---|
protected D |
ChannelHandler.dispatcher |
Copyright © 2019 Apache NiFi Project. All rights reserved.