Package org.apache.tika.metadata
Interface HttpHeaders
-
- All Known Implementing Classes:
Metadata
public interface HttpHeaders
A collection of HTTP header names.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONTENT_DISPOSITION
static java.lang.String
CONTENT_ENCODING
static java.lang.String
CONTENT_LANGUAGE
static java.lang.String
CONTENT_LENGTH
static java.lang.String
CONTENT_LOCATION
static java.lang.String
CONTENT_MD5
static java.lang.String
CONTENT_TYPE
static Property
LAST_MODIFIED
static java.lang.String
LOCATION
-
-
-
Field Detail
-
CONTENT_ENCODING
static final java.lang.String CONTENT_ENCODING
- See Also:
- Constant Field Values
-
CONTENT_LANGUAGE
static final java.lang.String CONTENT_LANGUAGE
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
static final java.lang.String CONTENT_LENGTH
- See Also:
- Constant Field Values
-
CONTENT_LOCATION
static final java.lang.String CONTENT_LOCATION
- See Also:
- Constant Field Values
-
CONTENT_DISPOSITION
static final java.lang.String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
-
CONTENT_MD5
static final java.lang.String CONTENT_MD5
- See Also:
- Constant Field Values
-
CONTENT_TYPE
static final java.lang.String CONTENT_TYPE
- See Also:
- Constant Field Values
-
LAST_MODIFIED
static final Property LAST_MODIFIED
-
LOCATION
static final java.lang.String LOCATION
- See Also:
- Constant Field Values
-
-