Package org.apache.thrift
Interface TAsyncProcessor
-
- All Known Implementing Classes:
TBaseAsyncProcessor
public interface TAsyncProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(AbstractNonblockingServer.AsyncFrameBuffer fb)Process a single frame.
-
-
-
Method Detail
-
process
void process(AbstractNonblockingServer.AsyncFrameBuffer fb) throws TException
Process a single frame. Note: Implementations must call fb.responseReady() once processing is complete- Throws:
TException- if the frame cannot be processed
-
-