Searched defs:CONTENT_LENGTH (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/file/
H A DFileURLConnection.java50 static String CONTENT_LENGTH = "content-length"; field in class:FileURLConnection
124 properties.add(CONTENT_LENGTH, String.valueOf(length));

Completed in 37 milliseconds