public interface AsyncChannelDispatcher extends ChannelDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
addBackForSelection(SelectionKey key)
Informs the dispatcher that the connection for the given key can be added back for selection.
|
void |
completeConnection(SelectionKey key)
Informs the dispatcher that the connection for the given key is complete.
|
close, getPort, openvoid completeConnection(SelectionKey key)
key - a key that was previously selectedvoid addBackForSelection(SelectionKey key)
key - a key that was previously selectedCopyright © 2019 Apache NiFi Project. All rights reserved.