| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListenEventBatchingProcessor<E extends Event>
An abstract processor that extends from AbstractListenEventProcessor and adds common functionality for
batching events into a single FlowFile.
|
class |
AbstractListenEventProcessor<E extends Event>
An abstract processor to extend from when listening for events over a channel.
|
| 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 | Interface and Description |
|---|---|
interface |
EventFactory<E extends Event>
Factory to create instances of a given type of Event.
|
class |
EventQueue<E extends Event>
Wraps a BlockingQueue to centralize logic for offering events across UDP, TCP, and SSL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEvent<C extends SelectableChannel>
Standard implementation of Event.
|
| 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 | Class and Description |
|---|---|
class |
SocketChannelHandler<E extends Event<SocketChannel>>
Base class for socket channel handlers.
|
class |
SocketChannelHandlerFactory<E extends Event<SocketChannel>>
Default factory for creating 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.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.