Class Summary |
Suspendable |
An Object representing the result of an suspendable operation like SuspendableFilter@#suspend
An instance of that class can be used to resume or cancel a suspended connection. |
SuspendableFilter<T> |
Suspend the processing of the request and associated ProtocolChain
When a connection is suspended, the framework will not continue the execution
of the ProtocolChain and its associated ProtocolFilter . |
SuspendableMonitor |
A secondary Selector used to keep the state of a suspended
connection (SelectionKey ). |