Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 6 of 6) sorted by relevance

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTBaseAsyncProcessor.java45 public void process(final AsyncFrameBuffer fb) throws TException { in process() argument
47 final TProtocol in = fb.getInputProtocol(); in process()
48 final TProtocol out = fb.getOutputProtocol(); in process()
69 fb.responseReady(); in process()
91 fb.responseReady(); in process()
97 fb.responseReady(); in process()
101 AsyncMethodCallback resultHandler = fn.getResultHandler(fb, msg.seqid); in process()
DAsyncProcessFunction.java41 final AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid); in getResultHandler() argument
48 final AbstractNonblockingServer.AsyncFrameBuffer fb, in sendResponse() argument
53 TProtocol oprot = fb.getOutputProtocol(); in sendResponse()
60 fb.responseReady(); in sendResponse()
DTAsyncProcessor.java32 void process(final AsyncFrameBuffer fb) throws TException; in process() argument
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/server/
DAbstractNonblockingServer.java174 for (FrameBuffer fb : selectInterestChanges) { in processInterestChanges()
175 fb.changeSelectInterests(); in processInterestChanges()
/thrift-3.4.0/test/keys/
DCA.pem20 ff:45:bc:fb:96:3c:36:72:a3:93:06:72:9b:d1:f9:
89 33:34:21:81:d3:d9:50:d1:7e:1c:29:8c:fb:d2:13:0f:e5:27:
/thrift-3.4.0/
DCHANGES.md1874 - [THRIFT-3449](https://issues.apache.org/jira/browse/THRIFT-3449) - TBaseAsyncProcessor fb.respons…