Package com.sun.grizzly.suspendable

Interface Summary
SuspendableHandler<A> A handler for consuming the result of an suspendable operation.
 

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
SuspendableMonitor A secondary Selector used to keep the state of a suspended connection (SelectionKey).
 

Enum Summary
SuspendableFilter.Suspend Suspend the connection BEFORE of AFTER
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.