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

  /external/apache-http/src/org/apache/http/impl/conn/
DefaultResponseParser.java 54 private final int maxGarbageLines;
68 this.maxGarbageLines = params.getIntParameter(
91 } else if (i == -1 || count >= this.maxGarbageLines) {
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 

Completed in 34 milliseconds