Home
last modified time | relevance | path

Searched refs:handleResponse (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsHandshakerClient.java155 private void handleResponse(HandshakerResp resp) throws GeneralSecurityException { in handleResponse() method in AltsHandshakerClient
186 handleResponse(resp); in startClientHandshake()
208 handleResponse(resp); in startServerHandshake()
236 handleResponse(resp); in next()
/external/apache-http/src/org/apache/http/client/
DResponseHandler.java62 T handleResponse(HttpResponse response) throws ClientProtocolException, IOException; in handleResponse() method
/external/apache-http/src/org/apache/http/impl/client/
DBasicResponseHandler.java72 public String handleResponse(final HttpResponse response) in handleResponse() method in BasicResponseHandler
DDefaultRequestDirector.java489 RoutedRequest followup = handleResponse(roureq, response, context); in execute()
918 protected RoutedRequest handleResponse(RoutedRequest roureq, in handleResponse() method in DefaultRequestDirector
DAbstractHttpClient.java662 result = responseHandler.handleResponse(response); in execute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h633 virtual Error handleResponse(ChannelT &C) = 0;
652 Error handleResponse(ChannelT &C) override { in handleResponse() function
688 Error handleResponse(ChannelT &C) override { in handleResponse() function
715 Error handleResponse(ChannelT &C) override { in handleResponse() function
750 Error handleResponse(ChannelT &C) override { in handleResponse() function
1086 return handleResponse(SeqNo); in handleOne()
1186 Error handleResponse(SequenceNumberT SeqNo) { in handleResponse() function
1211 if (auto Err = PRHandler->handleResponse(C)) { in handleResponse()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h630 virtual Error handleResponse(ChannelT &C) = 0;
649 Error handleResponse(ChannelT &C) override { in handleResponse() function
685 Error handleResponse(ChannelT &C) override { in handleResponse() function
712 Error handleResponse(ChannelT &C) override { in handleResponse() function
747 Error handleResponse(ChannelT &C) override { in handleResponse() function
1083 return handleResponse(SeqNo); in handleOne()
1183 Error handleResponse(SequenceNumberT SeqNo) { in handleResponse() function
1208 if (auto Err = PRHandler->handleResponse(C)) { in handleResponse()
/external/autotest/frontend/client/src/autotest/common/
DPaddedJsonRpcProxy.java88 public void handleResponse(JavaScriptObject responseJso) { in handleResponse() method in PaddedJsonRpcProxy.JsonpRequest
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h544 Error handleResponse(ChannelT &C, SequenceNumberT *SeqNoRet = nullptr) {
585 if (auto Err = handleResponse(C, &SeqNo))
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
DOkApacheClient.java195 return handler.handleResponse(response); in execute()
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbState.java487 handleResponse(response); in onNext()
535 private void handleResponse(LoadBalanceResponse response) { in handleResponse() method in GrpclbState.LbStream
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java548 RoutedRequest followup = handleResponse(roureq, response, context); in execute()
950 protected RoutedRequest handleResponse(RoutedRequest roureq, in handleResponse() method in DefaultRequestDirector
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirectorTest.java330 String responseStr = new BasicResponseHandler().handleResponse(response); in shouldSupportBasicResponseHandlerHandleResponse()
/external/apache-http/api/
Dcurrent.txt1372 …method @Deprecated public T handleResponse(org.apache.http.HttpResponse) throws org.apache.http.cl…
2513 …method @Deprecated public String handleResponse(org.apache.http.HttpResponse) throws org.apache.ht…
2590 …method @Deprecated protected org.apache.http.impl.client.RoutedRequest handleResponse(org.apache.h…
/external/apache-http/
Dart-profile331 HPLorg/apache/http/impl/client/DefaultRequestDirector;->handleResponse(Lorg/apache/http/impl/client…