public interface TAsyncProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
process(AbstractNonblockingServer.AsyncFrameBuffer fb)
Implementations must call fb.responseReady() once processing is complete
|
boolean process(AbstractNonblockingServer.AsyncFrameBuffer fb) throws TException
TException