OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LengthHeader
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
HTTPMessage.java
13
public static final String
LengthHeader
= "Content-Length";
HTTPResponse.java
106
String contentLength = headers.get(
LengthHeader
);
108
throw new IOException("No " +
LengthHeader
);
113
throw new IOException("Bad " +
LengthHeader
+ ": " + contentLength);
Completed in 46 milliseconds