au.com.terabit.jproactor
Interface AsynchReadHandler

All Known Implementing Classes:
SSLAsynchChannel

public interface AsynchReadHandler


Method Summary
 void readCompleted(OpRead opRead)
          Notifies that read operation has finished.
 

Method Detail

readCompleted

void readCompleted(OpRead opRead)
                   throws java.lang.Exception
Notifies that read operation has finished. Called by IOOperation.onComplete()

Parameters:
readOp - completed read operation
Throws:
java.lang.Exception