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

  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 78 private final String infoRelease;
105 infoRelease = (release != null) ? release : UNAVAILABLE;
138 return infoRelease;
172 infoRelease.length() + infoTimestamp.length() +
180 if (!UNAVAILABLE.equals(infoRelease))
181 sb.append(':').append(infoRelease);
  /prebuilt/common/http-client/
httpcore-4.1.jar 

Completed in 43 milliseconds