| Interface | Description |
|---|---|
| IOHubReadyListener |
Interface for receiving callbacks when a
SelectableChannel is ready on its registered
SelectionKey.interestOps(). |
| IOHubRegistrationCallback |
Callback to be notified when a call to
IOHub.register(SelectableChannel, IOHubReadyListener, boolean, boolean, boolean, boolean, IOHubRegistrationCallback) has completed registration. |
| ProtocolLayer |
A network
ProtocolStack consists of a number of ProtocolLayers. |
| ProtocolLayer.Recv |
Interface to indicate that this layer receives data from lower layers.
|
| ProtocolLayer.Send |
Interface to indicate that this layer sends data to lower layers.
|
| ProtocolStack.Listener |
Callback "interface" for changes in the state of
ProtocolStack. |
| Class | Description |
|---|---|
| ApplicationLayer<T> |
The highest
ProtocolLayer in a ProtocolStack. |
| FilterLayer |
An intermediate
ProtocolLayer in a ProtocolStack. |
| IOHub |
A hub for performing I/O.
|
| NetworkLayer |
The lowest
ProtocolLayer in a ProtocolStack. |
| ProtocolStack<T> |
A stack of
ProtocolLayer that make a network protocol. |
| ProtocolStack.Builder |
Builder for
ProtocolStack instances. |
Copyright © 2004–2018. All rights reserved.