Class VertxHttpConstants


  • public final class VertxHttpConstants
    extends Object
    • Field Detail

      • 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