SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.crawler.web.metadata
Interface HttpHeaders

All Known Subinterfaces:
Response
All Known Implementing Classes:
HttpResponse, Metadata

public interface HttpHeaders

A collection of HTTP header names.


Field Summary
static java.lang.String CONTENT_DISPOSITION
          The CONTENT_DISPOSITION.
static java.lang.String CONTENT_ENCODING
          The CONTENT_ENCODING.
static java.lang.String CONTENT_LANGUAGE
          The CONTENT_LANGUAGE.
static java.lang.String CONTENT_LENGTH
          The CONTENT_LENGTH.
static java.lang.String CONTENT_LOCATION
          The CONTENT_LOCATION.
static java.lang.String CONTENT_MD5
          The CONTENT_MD5.
static java.lang.String CONTENT_TYPE
          The CONTENT_TYPE.
static java.lang.String LAST_MODIFIED
          The LAST_MODIFIED.
static java.lang.String LOCATION
          The LOCATION.
 

Field Detail

CONTENT_ENCODING

static final java.lang.String CONTENT_ENCODING
The CONTENT_ENCODING.

See Also:
Constant Field Values

CONTENT_LANGUAGE

static final java.lang.String CONTENT_LANGUAGE
The CONTENT_LANGUAGE.

See Also:
Constant Field Values

CONTENT_LENGTH

static final java.lang.String CONTENT_LENGTH
The CONTENT_LENGTH.

See Also:
Constant Field Values

CONTENT_LOCATION

static final java.lang.String CONTENT_LOCATION
The CONTENT_LOCATION.

See Also:
Constant Field Values

CONTENT_DISPOSITION

static final java.lang.String CONTENT_DISPOSITION
The CONTENT_DISPOSITION.

See Also:
Constant Field Values

CONTENT_MD5

static final java.lang.String CONTENT_MD5
The CONTENT_MD5.

See Also:
Constant Field Values

CONTENT_TYPE

static final java.lang.String CONTENT_TYPE
The CONTENT_TYPE.

See Also:
Constant Field Values

LAST_MODIFIED

static final java.lang.String LAST_MODIFIED
The LAST_MODIFIED.

See Also:
Constant Field Values

LOCATION

static final java.lang.String LOCATION
The LOCATION.

See Also:
Constant Field Values

SMILA (incubation) API documentation