HomeSort by relevance Sort by last modified time
    Searched refs:contentLengthHeader (Results 1 - 8 of 8) sorted by null

  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 191 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN);
207 } else if (contentLengthHeader != null) {
208 String s = contentLengthHeader.getValue();
LaxContentLengthStrategy.java 196 Header contentLengthHeader = message.getFirstHeader(HTTP.CONTENT_LEN);
232 } else if (contentLengthHeader != null) {
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 96 import javax.sip.header.ContentLengthHeader;
158 protected ContentLength contentLengthHeader;
247 return contentLengthHeader.encode(encoding).append(NEWLINE).toString();
375 encoding.append(contentLengthHeader.encode()).append(NEWLINE);
432 contentLengthHeader.encode(encoding);
479 retval.contentLengthHeader = null;
662 contentLengthHeader.setContentLength(cl.getContentLength());
703 this.contentLengthHeader = (ContentLength) h;
762 this.contentLengthHeader = null;
801 this.contentLengthHeader = null
    [all...]
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 148 milliseconds