org.apache.camel.component.http4
Class HttpConstants

java.lang.Object
  extended by org.apache.camel.component.http4.HttpConstants

public final class HttpConstants
extends Object

Version:
$Revision$

Field Summary
static String CONTENT_TYPE_JAVA_SERIALIZED_OBJECT
           
static String CONTENT_TYPE_WWW_FORM_URLENCODED
           
 
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


Apache CAMEL