net.craftforge.essential.controller.constants
Class HttpHeader

java.lang.Object
  extended by net.craftforge.essential.controller.constants.HttpHeader

public class HttpHeader
extends Object

HTTP header constants.

Since:
14.03.2011
Author:
Christian Bick

Field Summary
static String ACCEPT
          Accept
static String ACCEPT_CHARSET
          Accept-Charset
static String AUTHORIZATION
          Authorization
static String CONTENT_TYPE
          Content-Type
 
Constructor Summary
HttpHeader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCEPT

public static final String ACCEPT
Accept

See Also:
Constant Field Values

ACCEPT_CHARSET

public static final String ACCEPT_CHARSET
Accept-Charset

See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
Content-Type

See Also:
Constant Field Values

AUTHORIZATION

public static final String AUTHORIZATION
Authorization

See Also:
Constant Field Values
Constructor Detail

HttpHeader

public HttpHeader()


Copyright © 2011. All Rights Reserved.