HomeSort by relevance Sort by last modified time
    Searched defs:followup (Results 1 - 2 of 2) 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...]
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 

Completed in 6341 milliseconds