org.japtproxy.misc
Class HttpHeaderConstants

java.lang.Object
  extended by org.japtproxy.misc.HttpHeaderConstants

public final class HttpHeaderConstants
extends java.lang.Object

Class that holds static String instances of HTTP header fields.

Version:
$LastChangedRevision: 116 $
Author:
Oliver J. Siegmar

Field Summary
static java.lang.String CONTENT_TYPE
          The content-type header name.
static java.lang.String IF_MODIFIED_SINCE
          The if-modified-since header name.
static java.lang.String LAST_MODIFIED
          The last-modified header name.
static java.lang.String USER_AGENT
          The user-agent header name.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAST_MODIFIED

public static final java.lang.String LAST_MODIFIED
The last-modified header name.

See Also:
Constant Field Values

IF_MODIFIED_SINCE

public static final java.lang.String IF_MODIFIED_SINCE
The if-modified-since header name.

See Also:
Constant Field Values

USER_AGENT

public static final java.lang.String USER_AGENT
The user-agent header name.

See Also:
Constant Field Values

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
The content-type header name.

See Also:
Constant Field Values


Copyright © 2006-2008. All Rights Reserved.