org.apache.nutch.metadata
Interface HttpHeaders
- All Known Subinterfaces:
- Response
- All Known Implementing Classes:
- HttpResponse, HttpResponse, Metadata
- public interface HttpHeaders
A collection of HTTP header names.
- Author:
- Chris Mattmann, Jérôme Charron
- See Also:
- Hypertext Transfer
Protocol -- HTTP/1.1 (RFC 2616)
CONTENT_ENCODING
public static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
CONTENT_LANGUAGE
public static final String CONTENT_LANGUAGE
- See Also:
- Constant Field Values
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
CONTENT_LOCATION
public static final String CONTENT_LOCATION
- See Also:
- Constant Field Values
CONTENT_DISPOSITION
public static final String CONTENT_DISPOSITION
- See Also:
- Constant Field Values
CONTENT_MD5
public static final String CONTENT_MD5
- See Also:
- Constant Field Values
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
LAST_MODIFIED
public static final String LAST_MODIFIED
- See Also:
- Constant Field Values
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
Copyright © 2006 The Apache Software Foundation