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

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DResourceAttributes.java151 public static final String CONTENT_LENGTH = "getcontentlength"; field in class:ResourceAttributes
347 Attribute attribute = attributes.get(CONTENT_LENGTH);
377 attributes.put(CONTENT_LENGTH, Long.valueOf(contentLength));
878 } else if (attrID.equals(CONTENT_LENGTH)) {
881 return new BasicAttribute(CONTENT_LENGTH, Long.valueOf(contentLength));
974 attributes.addElement(new BasicAttribute(CONTENT_LENGTH, contentLengthLong));
1015 attributeIDs.addElement(CONTENT_LENGTH);
H A DDirContextURLConnection.java227 return getHeaderFieldInt(ResourceAttributes.CONTENT_LENGTH, -1);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DRequestItemIterator.java229 private static final String CONTENT_LENGTH = "Content-length"; field in class:RequestItemIterator
395 return Long.parseLong(pHeaders.getHeader(CONTENT_LENGTH));

Completed in 16 milliseconds