| Interface | Description |
|---|---|
| AsyncChannelDispatcher |
A ChannelDispatcher that handles channels asynchronously.
|
| ChannelDispatcher |
Dispatches handlers for a given channel.
|
| Class | Description |
|---|---|
| DatagramChannelDispatcher<E extends Event<DatagramChannel>> |
Reads from the Datagram channel into an available buffer.
|
| SocketChannelAttachment |
Wrapper class so we can attach a buffer and/or an SSLSocketChannel to the selector key.
|
| 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.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.