Uses of Interface
org.apache.camel.builder.component.dsl.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder
Packages that use VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder
-
Uses of VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return VertxHttpComponentBuilderFactory.VertxHttpComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.vertxHttp()Vert.x HTTP Client (camel-vertx-http) Send requests to external HTTP servers using Vert.x Category: http Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-http -
Uses of VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement VertxHttpComponentBuilderFactory.VertxHttpComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return VertxHttpComponentBuilderFactory.VertxHttpComponentBuilderModifier and TypeMethodDescriptionVertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.allowJavaSerializedObject(boolean allowJavaSerializedObject) Whether to allow java serialization when a request has the Content-Type application/x-java-serialized-object This is disabled by default.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.basicAuthPassword(String basicAuthPassword) The password to use for basic authentication.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.basicAuthUsername(String basicAuthUsername) The user name to use for basic authentication.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.bearerToken(String bearerToken) The bearer token to use for bearer token authentication.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The proxy server host address.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.proxyPassword(String proxyPassword) The proxy server password if authentication is required.The proxy server port.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.proxyType(io.vertx.core.net.ProxyType proxyType) The proxy server type.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.proxyUsername(String proxyUsername) The proxy server username if authentication is required.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.responsePayloadAsByteArray(boolean responsePayloadAsByteArray) Whether the response body should be byte or as io.vertx.core.buffer.Buffer.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.vertx(io.vertx.core.Vertx vertx) To use an existing vertx instead of creating a new instance.VertxHttpComponentBuilderFactory.vertxHttp()Vert.x HTTP Client (camel-vertx-http) Send requests to external HTTP servers using Vert.x Category: http Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-httpVertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.vertxHttpBinding(org.apache.camel.component.vertx.http.VertxHttpBinding vertxHttpBinding) A custom VertxHttpBinding which can control how to bind between Vert.x and Camel.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.vertxOptions(io.vertx.core.VertxOptions vertxOptions) To provide a custom set of vertx options for configuring vertx.VertxHttpComponentBuilderFactory.VertxHttpComponentBuilder.webClientOptions(io.vertx.ext.web.client.WebClientOptions webClientOptions) To provide a custom set of options for configuring vertx web client.