HomeSort by relevance Sort by last modified time
    Searched defs:followup (Results 1 - 7 of 7) sorted by null

  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 307 // followup request and route. The request and route passed
475 RoutedRequest followup = handleResponse(roureq, response, context); local
476 if (followup == null) {
492 // check if we can use the same connection for the followup
493 if (!followup.getRoute().equals(roureq.getRoute())) {
496 roureq = followup;
555 * to determine the route for either the original or a followup request.
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 349 // followup request and route. The request and route passed
524 RoutedRequest followup = handleResponse(roureq, response, context); local
525 if (followup == null) {
540 // check if we can use the same connection for the followup
541 if (!followup.getRoute().equals(roureq.getRoute())) {
544 roureq = followup;
606 * to determine the route for either the original or a followup request.
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /external/smack/asmack-master/lib/
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 3697 milliseconds