org.apache.camel.component.netty.http
Class NettyHttpConstants

java.lang.Object
  extended by org.apache.camel.component.netty.http.NettyHttpConstants

public final class NettyHttpConstants
extends Object

Netty HTTP constants.


Field Summary
static String CONTENT_TYPE_JAVA_SERIALIZED_OBJECT
           
static String CONTENT_TYPE_WWW_FORM_URLENCODED
           
static String HTTP_AUTHENTICATION
           
static String HTTP_RESPONSE_TEXT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_TYPE_JAVA_SERIALIZED_OBJECT

public static final String CONTENT_TYPE_JAVA_SERIALIZED_OBJECT
See Also:
Constant Field Values

CONTENT_TYPE_WWW_FORM_URLENCODED

public static final String CONTENT_TYPE_WWW_FORM_URLENCODED
See Also:
Constant Field Values

HTTP_RESPONSE_TEXT

public static final String HTTP_RESPONSE_TEXT
See Also:
Constant Field Values

HTTP_AUTHENTICATION

public static final String HTTP_AUTHENTICATION
See Also:
Constant Field Values


Apache Camel