Package org.apache.tika.metadata
Interface HttpHeaders
- 
- All Known Implementing Classes:
- Metadata,- XMPMetadata
 
 public interface HttpHeadersA collection of HTTP header names.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCONTENT_DISPOSITIONstatic StringCONTENT_ENCODINGstatic StringCONTENT_LANGUAGEstatic StringCONTENT_LENGTHstatic StringCONTENT_LOCATIONstatic StringCONTENT_MD5static StringCONTENT_TYPEstatic StringLOCATION
 
- 
- 
- 
Field Detail- 
CONTENT_ENCODINGstatic final String CONTENT_ENCODING - See Also:
- Constant Field Values
 
 - 
CONTENT_LANGUAGEstatic final String CONTENT_LANGUAGE - See Also:
- Constant Field Values
 
 - 
CONTENT_LENGTHstatic final String CONTENT_LENGTH - See Also:
- Constant Field Values
 
 - 
CONTENT_LOCATIONstatic final String CONTENT_LOCATION - See Also:
- Constant Field Values
 
 - 
CONTENT_DISPOSITIONstatic final String CONTENT_DISPOSITION - See Also:
- Constant Field Values
 
 - 
CONTENT_MD5static final String CONTENT_MD5 - See Also:
- Constant Field Values
 
 - 
CONTENT_TYPEstatic final String CONTENT_TYPE - See Also:
- Constant Field Values
 
 - 
LOCATIONstatic final String LOCATION - See Also:
- Constant Field Values
 
 
- 
 
-