Class AsyncContext

java.lang.Object
com.gigaspaces.lrmi.nio.async.AsyncContext
All Implemented Interfaces:
IWriteInterestManager, Context

public class AsyncContext extends Object implements Context
a client handler context implementation. stores the state of the async operation. a normal operation includes multiple write and read action. first operation is always a write followed by a sequence of read(class requests) and writes (class response). the last action is always a read of the final result. at the end of the operation the associated connection (CPeer) is returned to the pool.
Since:
6.5
Author:
asy ronen