Searched defs:CONTENT_LENGTH (Results 1 – 11 of 11) sorted by relevance
148 const CONTENT_LENGTH: &[u8] = b"Content-Length:"; in read_header() constant
154 public static final String CONTENT_LENGTH = "Content-Length"; field in HttpMessage
75 public static final String CONTENT_LENGTH = ContentLengthHeader.NAME; //26 field
346 protected static final String CONTENT_LENGTH = HttpMessage.CONTENT_LENGTH; field in OAuthClient
48 public static final String CONTENT_LENGTH = "Content-Length: "; field in HttpPostRequestTest
47 public static final String CONTENT_LENGTH = "Content-Length"; field in RtspHeaders
44 private static final String CONTENT_LENGTH = "Content-Length"; field in CronetHttpURLConnection
73 public static final int CONTENT_LENGTH = START + 36; field
43 public static final String CONTENT_LENGTH = "Content-Length"; field in HttpHeaders