Class VertxHttpConstants
- java.lang.Object
-
- org.apache.camel.component.vertx.http.VertxHttpConstants
-
public final class VertxHttpConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_ENCODINGstatic StringCONTENT_TYPEstatic StringCONTENT_TYPE_FORM_URLENCODEDstatic StringCONTENT_TYPE_JAVA_SERIALIZED_OBJECTstatic StringHTTP_METHODstatic StringHTTP_PATHstatic StringHTTP_QUERYstatic StringHTTP_RESPONSE_CODEstatic StringHTTP_RESPONSE_TEXTstatic StringHTTP_URI
-
-
-
Field Detail
-
CONTENT_TYPE_JAVA_SERIALIZED_OBJECT
public static final String CONTENT_TYPE_JAVA_SERIALIZED_OBJECT
- See Also:
- Constant Field Values
-
CONTENT_TYPE_FORM_URLENCODED
public static final String CONTENT_TYPE_FORM_URLENCODED
- See Also:
- Constant Field Values
-
HTTP_METHOD
@Metadata(description="The http method", javaType="io.vertx.core.http.HttpMethod") public static final String HTTP_METHOD- See Also:
- Constant Field Values
-
HTTP_RESPONSE_CODE
@Metadata(description="The HTTP response code from the external server.", javaType="Integer") public static final String HTTP_RESPONSE_CODE- See Also:
- Constant Field Values
-
HTTP_RESPONSE_TEXT
@Metadata(description="The HTTP response text from the external server.", javaType="String") public static final String HTTP_RESPONSE_TEXT- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
HTTP_QUERY
@Metadata(description="URI parameters. Will override existing URI parameters set directly on\nthe endpoint.", javaType="String") public static final String HTTP_QUERY- See Also:
- Constant Field Values
-
HTTP_URI
@Metadata(description="URI to call. Will override the 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:
- Constant Field Values
-
HTTP_PATH
@Metadata(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:
- Constant Field Values
-
CONTENT_ENCODING
@Metadata(description="The HTTP content encoding. Is set to provide a content encoding, such as `gzip`.", javaType="String") public static final String CONTENT_ENCODING- See Also:
- Constant Field Values
-
-