org.purl.sword.base
Interface HttpHeaders


public interface HttpHeaders

Definition of the additional HTTP Header tags that will be used in the SWORD protocol.

Author:
Neil Taylor, Stuart Lewis

Field Summary
static int ACCEPTED
          Submission accepted.
static String CONTENT_DISPOSITION
          The HTTP Header that specifies the content disposition item.
static String CONTENT_LENGTH
          The HTTP Header label that specifies the MD5 label.
static String CONTENT_MD5
          The HTTP Header label that specifies the MD5 label.
static int CREATED
          Submission created
static String SLUG
          The Slug header.
static String USER_AGENT
          The user agent.
static String X_CORRUPT
          An HTTP Header label that the server should not epect, and thus created a corrupt header.
static String X_ERROR_CODE
          The HTTP Header that specifies the error code information.
static String X_NO_OP
          The HTTP Header label that specifies the desired NoOp status.
static String X_ON_BEHALF_OF
          The HTTP Header label that specifies the On Behalf Of information.
static String X_PACKAGING
          The HTTP Header label that specifies the Packaging information.
static String X_VERBOSE
          The HTTP Header label that specifies the desired Verbose status.
 

Field Detail

CONTENT_MD5

static final String CONTENT_MD5
The HTTP Header label that specifies the MD5 label.

See Also:
Constant Field Values

CONTENT_LENGTH

static final String CONTENT_LENGTH
The HTTP Header label that specifies the MD5 label.

See Also:
Constant Field Values

X_ON_BEHALF_OF

static final String X_ON_BEHALF_OF
The HTTP Header label that specifies the On Behalf Of information.

See Also:
Constant Field Values

X_PACKAGING

static final String X_PACKAGING
The HTTP Header label that specifies the Packaging information.

See Also:
Constant Field Values

X_VERBOSE

static final String X_VERBOSE
The HTTP Header label that specifies the desired Verbose status.

See Also:
Constant Field Values

X_NO_OP

static final String X_NO_OP
The HTTP Header label that specifies the desired NoOp status.

See Also:
Constant Field Values

X_CORRUPT

static final String X_CORRUPT
An HTTP Header label that the server should not epect, and thus created a corrupt header.

See Also:
Constant Field Values

X_ERROR_CODE

static final String X_ERROR_CODE
The HTTP Header that specifies the error code information.

See Also:
Constant Field Values

USER_AGENT

static final String USER_AGENT
The user agent.

See Also:
Constant Field Values

SLUG

static final String SLUG
The Slug header.

See Also:
Constant Field Values

CREATED

static final int CREATED
Submission created

See Also:
Constant Field Values

ACCEPTED

static final int ACCEPTED
Submission accepted.

See Also:
Constant Field Values

CONTENT_DISPOSITION

static final String CONTENT_DISPOSITION
The HTTP Header that specifies the content disposition item. This is used by the SWORD profile to identify the name for the deposit.

See Also:
Constant Field Values


Copyright © 2010 DuraSpace. All Rights Reserved.