Package org.apache.camel.component.http
Class HttpConstants
java.lang.Object
org.apache.camel.component.http.HttpConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
CONTENT_TYPE_JAVA_SERIALIZED_OBJECT
- See Also:
-
CONTENT_TYPE_WWW_FORM_URLENCODED
- See Also:
-
CONTENT_ENCODING
@Metadata(description="The HTTP content encoding. Is set on both the IN and OUT message to\nprovide a content encoding, such as `gzip`.", javaType="String") public static final String CONTENT_ENCODING- See Also:
-
HTTP_RESPONSE_CODE
@Metadata(description="The HTTP response code from the external server. Is 200 for OK.", javaType="int") public static final String HTTP_RESPONSE_CODE- See Also:
-
HTTP_RESPONSE_TEXT
@Metadata(description="The HTTP response text from the external server.", javaType="String") public static final String HTTP_RESPONSE_TEXT- See Also:
-
HTTP_QUERY
@Metadata(label="producer", description="URI parameters. Will override existing URI parameters set directly on\nthe endpoint.", javaType="String") public static final String HTTP_QUERY- See Also:
-
HTTP_PROTOCOL_VERSION
@Metadata(label="producer", description="The version of the http protocol used.", javaType="String") public static final String HTTP_PROTOCOL_VERSION- See Also:
-
HTTP_HEADER_HOST
@Metadata(label="producer", description="The target host.", javaType="String") public static final String HTTP_HEADER_HOST- See Also:
-
REST_HTTP_URI
@Metadata(label="producer", description="The rest http URI.", javaType="String") public static final String REST_HTTP_URI- See Also:
-
HTTP_URI
@Metadata(label="producer", description="URI to call. Will override existing URI set directly on the endpoint.\nThis uri is the uri of the http server to call. Its not the same as the\nCamel endpoint uri, where you can configure endpoint options such as\nsecurity etc. This header does not support that, its only the uri of the\nhttp server.", javaType="String") public static final String HTTP_URI- See Also:
-
HTTP_PATH
@Metadata(label="producer", description="Request URI\'s path, the header will be used to build the request URI\nwith the HTTP_URI.", javaType="String") public static final String HTTP_PATH- See Also:
-
REST_HTTP_QUERY
@Metadata(label="producer", description="The rest http query.", javaType="String") public static final String REST_HTTP_QUERY- See Also:
-
HTTP_RAW_QUERY
@Metadata(label="producer", description="The http raw query.", javaType="String") public static final String HTTP_RAW_QUERY- See Also:
-
HTTP_METHOD
@Metadata(label="producer", description="The http method to use.", javaType="org.apache.camel.component.http.HttpMethods") public static final String HTTP_METHOD- See Also:
-
HTTP_CHARACTER_ENCODING
@Metadata(description="The character encoding.", javaType="String") public static final String HTTP_CHARACTER_ENCODING- See Also:
-
CONTENT_TYPE
@Metadata(description="The HTTP content type. Is set on both the IN and OUT message to provide\na content type, such as `text/html`.", javaType="String") public static final String CONTENT_TYPE- See Also:
-