- secretPropertyNames() - Method in class org.apache.camel.component.vertx.http.VertxHttpEndpointUriFactory
-
- setAllowJavaSerializedObject(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
Whether to allow java serialization when a request has the Content-Type application/x-java-serialized-object
This is disabled by default.
- setBasicAuthPassword(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The password to use for basic authentication
- setBasicAuthPassword(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The password to use for basic authentication
- setBasicAuthUsername(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The user name to use for basic authentication
- setBasicAuthUsername(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The user name to use for basic authentication
- setBearerToken(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The bearer token to use for bearer token authentication
- setBearerToken(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The bearer token to use for bearer token authentication
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.vertx.http.VertxHttpMethodConverterLoader
-
- setConnectTimeout(int) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The amount of time in milliseconds until a connection is established.
- setCookieStore(CookieStore) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
A custom CookieStore to use when session management is enabled.
- setHeaderFilterStrategy(HeaderFilterStrategy) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
A custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.
- setHttpMethod(HttpMethod) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The HTTP method to use.
- setHttpUri(URI) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The HTTP URI to connect to
- setOkStatusCodeRange(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The status codes which are considered a success response.
- setProxyHost(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The proxy server host address
- setProxyHost(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The proxy server host address
- setProxyPassword(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The proxy server password if authentication is required
- setProxyPassword(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The proxy server password if authentication is required
- setProxyPort(Integer) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The proxy server port
- setProxyPort(Integer) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The proxy server port
- setProxyType(ProxyType) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The proxy server type
- setProxyType(ProxyType) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The proxy server type
- setProxyUsername(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
The proxy server username if authentication is required
- setProxyUsername(String) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The proxy server username if authentication is required
- setResponsePayloadAsByteArray(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
Whether the response body should be byte[] or as io.vertx.core.buffer.Buffer
- setResponsePayloadAsByteArray(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
Whether the response body should be byte[] or as io.vertx.core.buffer.Buffer
- setSessionManagement(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
Enables session management via WebClientSession.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
- setThrowExceptionOnFailure(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
Disable throwing HttpOperationFailedException in case of failed responses from the remote server
- setTimeout(long) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
The amount of time in milliseconds after which if the request does not return any data within the timeout period
a TimeoutException fails the request.
- setTransferException(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was sent back
serialized in the response as a application/x-java-serialized-object content type.
- setUseCompression(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
Set whether compression is enabled to handled compressed (E.g gzipped) responses
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
Enable usage of global SSL context parameters
- setVertx(Vertx) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
To use an existing vertx instead of creating a new instance
- setVertxHttpBinding(VertxHttpBinding) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
A custom VertxHttpBinding which can control how to bind between Vert.x and Camel
- setVertxHttpBinding(VertxHttpBinding) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
A custom VertxHttpBinding which can control how to bind between Vert.x and Camel.
- setVertxOptions(VertxOptions) - Method in class org.apache.camel.component.vertx.http.VertxHttpComponent
-
To provide a custom set of vertx options for configuring vertx
- setWebClientOptions(WebClientOptions) - Method in class org.apache.camel.component.vertx.http.VertxHttpConfiguration
-
Sets customized options for configuring the Vert.x WebClient