org.jwall.web.audit.session
Interface HttpProtocol
public interface HttpProtocol
This interface defines the constants that are part of the HTTP protocol. This
might become obsolete in the future.
- Author:
- Christian Bockermann <chris@jwall.org>
REQUEST_METHOD_GET
static final String REQUEST_METHOD_GET
- See Also:
- Constant Field Values
REQUEST_METHOD_POST
static final String REQUEST_METHOD_POST
- See Also:
- Constant Field Values
REQUEST_METHOD_PUT
static final String REQUEST_METHOD_PUT
- See Also:
- Constant Field Values
REQUEST_METHOD_DELETE
static final String REQUEST_METHOD_DELETE
- See Also:
- Constant Field Values
REQUEST_METHOD_OPTIONS
static final String REQUEST_METHOD_OPTIONS
- See Also:
- Constant Field Values
REQUEST_METHODS
static final String[] REQUEST_METHODS
REQUEST_HEADER_ACCEPT
static final String REQUEST_HEADER_ACCEPT
- See Also:
- Constant Field Values
REQUEST_HEADER_ACCEPT_LANGUAGE
static final String REQUEST_HEADER_ACCEPT_LANGUAGE
- See Also:
- Constant Field Values
REQUEST_HEADER_ACCEPT_ENCODING
static final String REQUEST_HEADER_ACCEPT_ENCODING
- See Also:
- Constant Field Values
REQUEST_HEADER_USER_AGENT
static final String REQUEST_HEADER_USER_AGENT
- See Also:
- Constant Field Values
REQUEST_HEADER_AUTHORIZATION
static final String REQUEST_HEADER_AUTHORIZATION
- See Also:
- Constant Field Values
REQUEST_HEADER_CONNECTION
static final String REQUEST_HEADER_CONNECTION
- See Also:
- Constant Field Values
REQUEST_HEADER_CONTENT_TYPE
static final String REQUEST_HEADER_CONTENT_TYPE
- See Also:
- Constant Field Values
REQUEST_HEADER_HOST
static final String REQUEST_HEADER_HOST
- See Also:
- Constant Field Values
REQUEST_HEADER_REFERER
static final String REQUEST_HEADER_REFERER
- See Also:
- Constant Field Values
REQUEST_HEADER_MODIFIED_SINCE
static final String REQUEST_HEADER_MODIFIED_SINCE
- See Also:
- Constant Field Values
REQUEST_HEADERS
static final String[] REQUEST_HEADERS
RESPONSE_HEADER_SET_COOKIE
static final String RESPONSE_HEADER_SET_COOKIE
- See Also:
- Constant Field Values
RESPONSE_HEADER_KEEP_ALIVE
static final String RESPONSE_HEADER_KEEP_ALIVE
- See Also:
- Constant Field Values
RESPONSE_HEADER_CONTENT_TYPE
static final String RESPONSE_HEADER_CONTENT_TYPE
- See Also:
- Constant Field Values
RESPONSE_HEADER_CONNECTION
static final String RESPONSE_HEADER_CONNECTION
- See Also:
- Constant Field Values
RESPONSE_HEADER_CONTENT_LENGTH
static final String RESPONSE_HEADER_CONTENT_LENGTH
- See Also:
- Constant Field Values
RESPONSE_HEADER_PRAGMA
static final String RESPONSE_HEADER_PRAGMA
- See Also:
- Constant Field Values
RESPONSE_HEADER_TRANSFER_ENCODING
static final String RESPONSE_HEADER_TRANSFER_ENCODING
- See Also:
- Constant Field Values
RESPONSE_HEADER_EXPIRES
static final String RESPONSE_HEADER_EXPIRES
- See Also:
- Constant Field Values
RESPONSE_HEADER_ETAG
static final String RESPONSE_HEADER_ETAG
- See Also:
- Constant Field Values
RESPONSE_HEADER_ACCEPT_RANGES
static final String RESPONSE_HEADER_ACCEPT_RANGES
- See Also:
- Constant Field Values
RESPONSE_HEADER_LAST_MODIFIED
static final String RESPONSE_HEADER_LAST_MODIFIED
- See Also:
- Constant Field Values
RESPONSE_HEADERS
static final String[] RESPONSE_HEADERS
RESPONSE_STATUS_OK
static final String RESPONSE_STATUS_OK
- See Also:
- Constant Field Values
REPONSE_STATUS_AUTH_REQUIRED
static final String REPONSE_STATUS_AUTH_REQUIRED
- See Also:
- Constant Field Values
RESPONSE_STATUS_NOT_FOUND
static final String RESPONSE_STATUS_NOT_FOUND
- See Also:
- Constant Field Values
Copyright © 2012 jwall.org. All Rights Reserved.