Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
- addCookie(Cookie) - Method in class org.apache.camel.component.http.NoopCookieStore
- authCachingDisabled - Variable in class org.apache.camel.component.http.HttpComponent
- automaticRetriesDisabled - Variable in class org.apache.camel.component.http.HttpComponent
B
- BasicAuthenticationHttpClientConfigurer - Class in org.apache.camel.component.http
- BasicAuthenticationHttpClientConfigurer(String, String, String, String, HttpCredentialsHelper) - Constructor for class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.http.HttpEndpointUriFactory
C
- clear() - Method in class org.apache.camel.component.http.NoopCookieStore
- clearExpired(Date) - Method in class org.apache.camel.component.http.NoopCookieStore
- clientConnectionManager - Variable in class org.apache.camel.component.http.HttpComponent
- combineConfigurers(HttpClientConfigurer, HttpClientConfigurer) - Static method in class org.apache.camel.component.http.CompositeHttpConfigurer
- CompositeHttpConfigurer - Class in org.apache.camel.component.http
- CompositeHttpConfigurer() - Constructor for class org.apache.camel.component.http.CompositeHttpConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.http.cloud.HttpServiceExpressionFactoryConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.http.HttpComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.http.HttpEndpointConfigurer
- configureHttpClient(HttpClientBuilder) - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
- configureHttpClient(HttpClientBuilder) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
- configureHttpClient(HttpClientBuilder) - Method in interface org.apache.camel.component.http.HttpClientConfigurer
-
Configure the HttpClient such as setting the authentication or proxying details
- configureHttpClient(HttpClientBuilder) - Method in class org.apache.camel.component.http.ProxyHttpClientConfigurer
- connectionRequestTimeout - Variable in class org.apache.camel.component.http.HttpComponent
- connectionsPerRoute - Variable in class org.apache.camel.component.http.HttpComponent
- connectionStateDisabled - Variable in class org.apache.camel.component.http.HttpComponent
- connectionTimeToLive - Variable in class org.apache.camel.component.http.HttpComponent
- connectTimeout - Variable in class org.apache.camel.component.http.HttpComponent
- CONTENT_ENCODING - Static variable in class org.apache.camel.component.http.HttpConstants
- CONTENT_TYPE - Static variable in class org.apache.camel.component.http.HttpConstants
- CONTENT_TYPE_JAVA_SERIALIZED_OBJECT - Static variable in class org.apache.camel.component.http.HttpConstants
- CONTENT_TYPE_WWW_FORM_URLENCODED - Static variable in class org.apache.camel.component.http.HttpConstants
- contentCompressionDisabled - Variable in class org.apache.camel.component.http.HttpComponent
- cookieManagementDisabled - Variable in class org.apache.camel.component.http.HttpComponent
- cookieStore - Variable in class org.apache.camel.component.http.HttpComponent
- copyHeaders - Variable in class org.apache.camel.component.http.HttpComponent
- createConnectionManager(Map<String, Object>, SSLContextParameters, Map<String, Object>) - Method in class org.apache.camel.component.http.HttpComponent
- createConnectionManager(Registry<ConnectionSocketFactory>, int, int, SocketConfig) - Method in class org.apache.camel.component.http.HttpComponent
- createConnectionRegistry(HostnameVerifier, SSLContextParameters, boolean) - Method in class org.apache.camel.component.http.HttpComponent
- createConsumer(Processor) - Method in class org.apache.camel.component.http.HttpEndpoint
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.http.HttpComponent
- createHost(HttpUriRequest) - Method in class org.apache.camel.component.http.HttpProducer
-
Creates the HttpHost to use to call the remote server
- createHttpClient() - Method in class org.apache.camel.component.http.HttpEndpoint
-
Factory method to create a new
HttpClient
instance - createHttpClientBuilder(String, Map<String, Object>, Map<String, Object>) - Method in class org.apache.camel.component.http.HttpComponent
- createHttpClientConfigurer(Map<String, Object>, boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
Creates the HttpClientConfigurer based on the given parameters
- createMethod(String) - Method in enum class org.apache.camel.component.http.HttpMethods
- createMethod(URI) - Method in enum class org.apache.camel.component.http.HttpMethods
- createMethod(Exchange) - Method in class org.apache.camel.component.http.HttpPollingConsumer
- createMethod(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
-
Creates the HttpMethod to use to call the remote server, either its GET or POST.
- createMethod(Exchange, HttpEndpoint) - Static method in class org.apache.camel.component.http.helper.HttpMethodHelper
-
Creates the HttpMethod to use to call the remote server, often either its GET or POST
- createPollingConsumer() - Method in class org.apache.camel.component.http.HttpEndpoint
- createProducer() - Method in class org.apache.camel.component.http.HttpEndpoint
- createProducer(CamelContext, String, String, String, String, String, String, String, RestConfiguration, Map<String, Object>) - Method in class org.apache.camel.component.http.HttpComponent
- createRequestEntity(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
-
Creates a holder object for the data to send to the remote server.
D
- defaultUserAgentDisabled - Variable in class org.apache.camel.component.http.HttpComponent
- DELETE - Enum constant in enum class org.apache.camel.component.http.HttpMethods
- doInit() - Method in class org.apache.camel.component.http.HttpProducer
- doReceive(int) - Method in class org.apache.camel.component.http.HttpPollingConsumer
- doStart() - Method in class org.apache.camel.component.http.HttpComponent
- doStart() - Method in class org.apache.camel.component.http.HttpPollingConsumer
- doStop() - Method in class org.apache.camel.component.http.HttpComponent
- doStop() - Method in class org.apache.camel.component.http.HttpEndpoint
- doStop() - Method in class org.apache.camel.component.http.HttpPollingConsumer
E
- evaluate(Exchange, Class<T>) - Method in enum class org.apache.camel.component.http.HttpMethods
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.camel.component.http.PreemptiveAuthExecChainHandler
- executeMethod(HttpUriRequest, HttpClientContext, HttpClientResponseHandler<T>) - Method in class org.apache.camel.component.http.HttpPollingConsumer
-
Strategy when executing the method (calling the remote server).
- executeMethod(HttpHost, HttpUriRequest, HttpClientResponseHandler<T>) - Method in class org.apache.camel.component.http.HttpProducer
-
Strategy when executing the method (calling the remote server).
- extractResponseBody(ClassicHttpResponse, Exchange, boolean) - Method in class org.apache.camel.component.http.HttpProducer
-
Extracts the response from the method as a InputStream.
- extractResponseHeaders(Header[]) - Static method in class org.apache.camel.component.http.HttpProducer
-
Extracts the response headers
F
- followRedirects - Variable in class org.apache.camel.component.http.HttpComponent
G
- GET - Enum constant in enum class org.apache.camel.component.http.HttpMethods
- getCamelContext() - Method in class org.apache.camel.component.http.HttpConvertersLoader
- getCamelContext() - Method in class org.apache.camel.component.http.HttpEntityConverterLoader
- getCamelContext() - Method in class org.apache.camel.component.http.HttpTimeoutConverterLoader
- getClientBuilder() - Method in class org.apache.camel.component.http.HttpEndpoint
- getClientConnectionManager() - Method in class org.apache.camel.component.http.HttpComponent
- getClientConnectionManager() - Method in class org.apache.camel.component.http.HttpEndpoint
- getClientConnectionsPoolStatsAvailable() - Method in class org.apache.camel.component.http.HttpEndpoint
- getClientConnectionsPoolStatsLeased() - Method in class org.apache.camel.component.http.HttpEndpoint
- getClientConnectionsPoolStatsMax() - Method in class org.apache.camel.component.http.HttpEndpoint
- getClientConnectionsPoolStatsPending() - Method in class org.apache.camel.component.http.HttpEndpoint
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.http.HttpEndpointConfigurer
- getComponent() - Method in class org.apache.camel.component.http.HttpEndpoint
- getConnectionRequestTimeout() - Method in class org.apache.camel.component.http.HttpComponent
- getConnectionRequestTimeout() - Method in class org.apache.camel.component.http.HttpEndpoint
- getConnectionsPerRoute() - Method in class org.apache.camel.component.http.HttpComponent
- getConnectionsPerRoute() - Method in class org.apache.camel.component.http.HttpEndpoint
- getConnectionTimeToLive() - Method in class org.apache.camel.component.http.HttpComponent
- getConnectTimeout() - Method in class org.apache.camel.component.http.HttpComponent
- getConnectTimeout() - Method in class org.apache.camel.component.http.HttpEndpoint
- getCookies() - Method in class org.apache.camel.component.http.NoopCookieStore
- getCookieStore() - Method in class org.apache.camel.component.http.HttpComponent
- getCookieStore() - Method in class org.apache.camel.component.http.HttpEndpoint
- getCustomHostHeader() - Method in class org.apache.camel.component.http.HttpEndpoint
- getEndpoint() - Method in class org.apache.camel.component.http.HttpPollingConsumer
- getEndpoint() - Method in class org.apache.camel.component.http.HttpProducer
- getHttpClient() - Method in class org.apache.camel.component.http.HttpEndpoint
- getHttpClient() - Method in class org.apache.camel.component.http.HttpPollingConsumer
- getHttpClient() - Method in class org.apache.camel.component.http.HttpProducer
- getHttpClientConfigurer() - Method in class org.apache.camel.component.http.HttpComponent
- getHttpClientConfigurer() - Method in class org.apache.camel.component.http.HttpEndpoint
- getHttpClientOptions() - Method in class org.apache.camel.component.http.HttpEndpoint
- getHttpConnectionOptions() - Method in class org.apache.camel.component.http.HttpEndpoint
- getHttpContext() - Method in class org.apache.camel.component.http.HttpComponent
- getHttpContext() - Method in class org.apache.camel.component.http.HttpEndpoint
- getMaxTotalConnections() - Method in class org.apache.camel.component.http.HttpComponent
- getMaxTotalConnections() - Method in class org.apache.camel.component.http.HttpEndpoint
- getOptionType(String, boolean) - Method in class org.apache.camel.component.http.cloud.HttpServiceExpressionFactoryConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.http.HttpComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.http.HttpEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.http.cloud.HttpServiceExpressionFactoryConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.http.HttpComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.http.HttpEndpointConfigurer
- getProxyAuthDomain() - Method in class org.apache.camel.component.http.HttpComponent
- getProxyAuthHost() - Method in class org.apache.camel.component.http.HttpComponent
- getProxyAuthMethod() - Method in class org.apache.camel.component.http.HttpComponent
- getProxyAuthNtHost() - Method in class org.apache.camel.component.http.HttpComponent
- getProxyAuthPassword() - Method in class org.apache.camel.component.http.HttpComponent
- getProxyAuthPort() - Method in class org.apache.camel.component.http.HttpComponent
- getProxyAuthScheme() - Method in class org.apache.camel.component.http.HttpComponent
- getProxyAuthUsername() - Method in class org.apache.camel.component.http.HttpComponent
- getResponsePayloadStreamingThreshold() - Method in class org.apache.camel.component.http.HttpComponent
- getResponseTimeout() - Method in class org.apache.camel.component.http.HttpComponent
- getResponseTimeout() - Method in class org.apache.camel.component.http.HttpEndpoint
- getSoTimeout() - Method in class org.apache.camel.component.http.HttpComponent
- getSoTimeout() - Method in class org.apache.camel.component.http.HttpEndpoint
- getSslContextParameters() - Method in class org.apache.camel.component.http.HttpComponent
- getSslContextParameters() - Method in class org.apache.camel.component.http.HttpEndpoint
- getUserAgent() - Method in class org.apache.camel.component.http.HttpComponent
- getUserAgent() - Method in class org.apache.camel.component.http.HttpEndpoint
- getVerifier() - Method in class org.apache.camel.component.http.HttpComponent
- getX509HostnameVerifier() - Method in class org.apache.camel.component.http.HttpComponent
- getX509HostnameVerifier() - Method in class org.apache.camel.component.http.HttpEndpoint
H
- HEAD - Enum constant in enum class org.apache.camel.component.http.HttpMethods
- HTTP_CHARACTER_ENCODING - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_HEADER_HOST - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_METHOD - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_PATH - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_PROTOCOL_VERSION - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_QUERY - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_RAW_QUERY - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_RESPONSE_CODE - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_RESPONSE_TEXT - Static variable in class org.apache.camel.component.http.HttpConstants
- HTTP_URI - Static variable in class org.apache.camel.component.http.HttpConstants
- httpClientConfigurer - Variable in class org.apache.camel.component.http.HttpComponent
- HttpClientConfigurer - Interface in org.apache.camel.component.http
-
A pluggable strategy for configuring the HttpClient used by this component
- HttpComponent - Class in org.apache.camel.component.http
-
Defines the HTTP Component
- HttpComponent() - Constructor for class org.apache.camel.component.http.HttpComponent
- HttpComponentConfigurer - Class in org.apache.camel.component.http
-
Generated by camel build tools - do NOT edit this file!
- HttpComponentConfigurer() - Constructor for class org.apache.camel.component.http.HttpComponentConfigurer
- HttpConstants - Class in org.apache.camel.component.http
- httpContext - Variable in class org.apache.camel.component.http.HttpComponent
- HttpConverters - Class in org.apache.camel.component.http
-
Some converter methods to build different types used to configure the component.
- HttpConvertersLoader - Class in org.apache.camel.component.http
-
Generated by camel build tools - do NOT edit this file!
- HttpConvertersLoader() - Constructor for class org.apache.camel.component.http.HttpConvertersLoader
- HttpEndpoint - Class in org.apache.camel.component.http
-
Send requests to external HTTP servers using Apache HTTP Client 5.x.
- HttpEndpoint() - Constructor for class org.apache.camel.component.http.HttpEndpoint
- HttpEndpoint(String, HttpComponent, URI) - Constructor for class org.apache.camel.component.http.HttpEndpoint
- HttpEndpoint(String, HttpComponent, URI, HttpClientBuilder, HttpClientConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http.HttpEndpoint
- HttpEndpoint(String, HttpComponent, URI, HttpClientConnectionManager) - Constructor for class org.apache.camel.component.http.HttpEndpoint
- HttpEndpoint(String, HttpComponent, HttpClientBuilder, HttpClientConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http.HttpEndpoint
- HttpEndpointConfigurer - Class in org.apache.camel.component.http
-
Generated by camel build tools - do NOT edit this file!
- HttpEndpointConfigurer() - Constructor for class org.apache.camel.component.http.HttpEndpointConfigurer
- HttpEndpointUriFactory - Class in org.apache.camel.component.http
-
Generated by camel build tools - do NOT edit this file!
- HttpEndpointUriFactory() - Constructor for class org.apache.camel.component.http.HttpEndpointUriFactory
- HttpEntityConverter - Class in org.apache.camel.component.http
-
Some converter methods to make it easier to convert the body to RequestEntity types.
- HttpEntityConverterLoader - Class in org.apache.camel.component.http
-
Generated by camel build tools - do NOT edit this file!
- HttpEntityConverterLoader() - Constructor for class org.apache.camel.component.http.HttpEntityConverterLoader
- HttpMethodHelper - Class in org.apache.camel.component.http.helper
- HttpMethods - Enum Class in org.apache.camel.component.http
- HttpPollingConsumer - Class in org.apache.camel.component.http
-
A polling HTTP consumer which by default performs a GET
- HttpPollingConsumer(HttpEndpoint) - Constructor for class org.apache.camel.component.http.HttpPollingConsumer
- HttpProducer - Class in org.apache.camel.component.http
- HttpProducer(HttpEndpoint) - Constructor for class org.apache.camel.component.http.HttpProducer
- HttpSendDynamicAware - Class in org.apache.camel.component.http
- HttpSendDynamicAware() - Constructor for class org.apache.camel.component.http.HttpSendDynamicAware
- HttpServiceExpression - Class in org.apache.camel.component.http.cloud
-
The default is based on camel-http, this class is added to allow further customizations.
- HttpServiceExpression() - Constructor for class org.apache.camel.component.http.cloud.HttpServiceExpression
- HttpServiceExpression(String, String) - Constructor for class org.apache.camel.component.http.cloud.HttpServiceExpression
- HttpServiceExpressionFactory - Class in org.apache.camel.component.http.cloud
- HttpServiceExpressionFactory() - Constructor for class org.apache.camel.component.http.cloud.HttpServiceExpressionFactory
- HttpServiceExpressionFactoryConfigurer - Class in org.apache.camel.component.http.cloud
-
Generated by camel build tools - do NOT edit this file!
- HttpServiceExpressionFactoryConfigurer() - Constructor for class org.apache.camel.component.http.cloud.HttpServiceExpressionFactoryConfigurer
- HttpTimeoutConverterLoader - Class in org.apache.camel.component.http
-
Generated by camel build tools - do NOT edit this file!
- HttpTimeoutConverterLoader() - Constructor for class org.apache.camel.component.http.HttpTimeoutConverterLoader
- HttpUtil - Class in org.apache.camel.component.http
I
- isAuthCachingDisabled() - Method in class org.apache.camel.component.http.HttpComponent
- isAuthenticationPreemptive() - Method in class org.apache.camel.component.http.HttpEndpoint
- isAutomaticRetriesDisabled() - Method in class org.apache.camel.component.http.HttpComponent
- isClearExpiredCookies() - Method in class org.apache.camel.component.http.HttpEndpoint
- isConnectionStateDisabled() - Method in class org.apache.camel.component.http.HttpComponent
- isContentCompressionDisabled() - Method in class org.apache.camel.component.http.HttpComponent
- isCookieManagementDisabled() - Method in class org.apache.camel.component.http.HttpComponent
- isCopyHeaders() - Method in class org.apache.camel.component.http.HttpComponent
- isDefaultUserAgentDisabled() - Method in class org.apache.camel.component.http.HttpComponent
- isDeleteWithBody() - Method in class org.apache.camel.component.http.HttpEndpoint
- isEnabled(String) - Method in class org.apache.camel.component.http.HttpEndpointUriFactory
- isEntityEnclosing() - Method in enum class org.apache.camel.component.http.HttpMethods
- isFollowRedirects() - Method in class org.apache.camel.component.http.HttpComponent
- isFollowRedirects() - Method in class org.apache.camel.component.http.HttpEndpoint
- isGetWithBody() - Method in class org.apache.camel.component.http.HttpEndpoint
- isLenientProperties() - Method in class org.apache.camel.component.http.HttpEndpointUriFactory
- isRedirectHandlingDisabled() - Method in class org.apache.camel.component.http.HttpComponent
- isSkipRequestHeaders() - Method in class org.apache.camel.component.http.HttpComponent
- isSkipRequestHeaders() - Method in class org.apache.camel.component.http.HttpEndpoint
- isSkipResponseHeaders() - Method in class org.apache.camel.component.http.HttpComponent
- isSkipResponseHeaders() - Method in class org.apache.camel.component.http.HttpEndpoint
- isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.http.HttpComponent
- isUseSystemProperties() - Method in class org.apache.camel.component.http.HttpEndpoint
J
- JAVA_SERIALIZED_OBJECT - Static variable in class org.apache.camel.component.http.HttpConstants
L
- load(TypeConverterRegistry) - Method in class org.apache.camel.component.http.HttpConvertersLoader
- load(TypeConverterRegistry) - Method in class org.apache.camel.component.http.HttpEntityConverterLoader
- load(TypeConverterRegistry) - Method in class org.apache.camel.component.http.HttpTimeoutConverterLoader
M
- maxTotalConnections - Variable in class org.apache.camel.component.http.HttpComponent
- multiValuePrefixes() - Method in class org.apache.camel.component.http.HttpEndpointUriFactory
N
- newInstance(CamelContext) - Method in class org.apache.camel.component.http.cloud.HttpServiceExpressionFactory
- NoopCookieStore - Class in org.apache.camel.component.http
-
A noop
CookieStore
used when bridging endpoints. - NoopCookieStore() - Constructor for class org.apache.camel.component.http.NoopCookieStore
O
- OPTIONS - Enum constant in enum class org.apache.camel.component.http.HttpMethods
- org.apache.camel.component.http - package org.apache.camel.component.http
-
Defines the HTTP Component
- org.apache.camel.component.http.cloud - package org.apache.camel.component.http.cloud
- org.apache.camel.component.http.helper - package org.apache.camel.component.http.helper
P
- PATCH - Enum constant in enum class org.apache.camel.component.http.HttpMethods
- populateHttpOperationFailedException(Exchange, HttpUriRequest, ClassicHttpResponse, int) - Method in class org.apache.camel.component.http.HttpProducer
- populateResponse(Exchange, HttpUriRequest, ClassicHttpResponse, HeaderFilterStrategy, int) - Method in class org.apache.camel.component.http.HttpProducer
- POST - Enum constant in enum class org.apache.camel.component.http.HttpMethods
- PreemptiveAuthExecChainHandler - Class in org.apache.camel.component.http
- PreemptiveAuthExecChainHandler(HttpEndpoint) - Constructor for class org.apache.camel.component.http.PreemptiveAuthExecChainHandler
- process(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
- propertyNames() - Method in class org.apache.camel.component.http.HttpEndpointUriFactory
- proxyAuthDomain - Variable in class org.apache.camel.component.http.HttpComponent
- proxyAuthHost - Variable in class org.apache.camel.component.http.HttpComponent
- proxyAuthMethod - Variable in class org.apache.camel.component.http.HttpComponent
- proxyAuthNtHost - Variable in class org.apache.camel.component.http.HttpComponent
- proxyAuthPassword - Variable in class org.apache.camel.component.http.HttpComponent
- proxyAuthPort - Variable in class org.apache.camel.component.http.HttpComponent
- proxyAuthScheme - Variable in class org.apache.camel.component.http.HttpComponent
- proxyAuthUsername - Variable in class org.apache.camel.component.http.HttpComponent
- ProxyHttpClientConfigurer - Class in org.apache.camel.component.http
-
Strategy for configuring the HttpClient with a proxy
- ProxyHttpClientConfigurer(String, Integer, String) - Constructor for class org.apache.camel.component.http.ProxyHttpClientConfigurer
- ProxyHttpClientConfigurer(String, Integer, String, String, String, String, String, HttpCredentialsHelper) - Constructor for class org.apache.camel.component.http.ProxyHttpClientConfigurer
- PUT - Enum constant in enum class org.apache.camel.component.http.HttpMethods
R
- receive() - Method in class org.apache.camel.component.http.HttpPollingConsumer
- receive(long) - Method in class org.apache.camel.component.http.HttpPollingConsumer
- receiveNoWait() - Method in class org.apache.camel.component.http.HttpPollingConsumer
- redirectHandlingDisabled - Variable in class org.apache.camel.component.http.HttpComponent
- responseHeader(HttpResponse, String) - Static method in class org.apache.camel.component.http.HttpUtil
- responseHeaderValue(HttpResponse, String) - Static method in class org.apache.camel.component.http.HttpUtil
- responsePayloadStreamingThreshold - Variable in class org.apache.camel.component.http.HttpComponent
- responseTimeout - Variable in class org.apache.camel.component.http.HttpComponent
- REST_HTTP_QUERY - Static variable in class org.apache.camel.component.http.HttpConstants
- REST_HTTP_URI - Static variable in class org.apache.camel.component.http.HttpConstants
S
- secretPropertyNames() - Method in class org.apache.camel.component.http.HttpEndpointUriFactory
- setAuthCachingDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setAuthenticationPreemptive(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
If this option is true, camel-http sends preemptive basic authentication to the server.
- setAutomaticRetriesDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.http.HttpConvertersLoader
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.http.HttpEntityConverterLoader
- setCamelContext(CamelContext) - Method in class org.apache.camel.component.http.HttpTimeoutConverterLoader
- setClearExpiredCookies(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to clear expired cookies before sending the HTTP request.
- setClientBuilder(HttpClientBuilder) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Provide access to the http client request parameters used on new
RequestConfig
instances used by producers or consumers of this endpoint. - setClientConnectionManager(HttpClientConnectionManager) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom and shared HttpClientConnectionManager to manage connections.
- setClientConnectionManager(HttpClientConnectionManager) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom HttpClientConnectionManager to manage connections
- setConnectionRequestTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpComponent
-
Returns the connection lease request timeout used when requesting a connection from the connection manager.
- setConnectionRequestTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Returns the connection lease request timeout used when requesting a connection from the connection manager.
- setConnectionsPerRoute(int) - Method in class org.apache.camel.component.http.HttpComponent
-
The maximum number of connections per route.
- setConnectionsPerRoute(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
The maximum number of connections per route.
- setConnectionStateDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setConnectionTimeToLive(long) - Method in class org.apache.camel.component.http.HttpComponent
-
The time for connection to live, the time unit is millisecond, the default value is always keep alive.
- setConnectTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpComponent
-
Determines the timeout until a new connection is fully established.
- setConnectTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Determines the timeout until a new connection is fully established.
- setContentCompressionDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.http.HttpEndpoint
- setCookieManagementDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setCookieStore(CookieStore) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom org.apache.http.client.CookieStore.
- setCookieStore(CookieStore) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom CookieStore.
- setCopyHeaders(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setCustomHostHeader(String) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Defines a custom host header which will be sent when producing http request.
- setDefaultUserAgentDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setDeleteWithBody(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether the HTTP DELETE should include the message body or not.
- setFollowRedirects(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setFollowRedirects(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to the HTTP request should follow redirects.
- setGetWithBody(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether the HTTP GET should include the message body or not.
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Sets a custom HttpClient to be used by the producer
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpPollingConsumer
- setHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpProducer
- setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpComponent
-
To use the custom HttpClientConfigurer to perform configuration of the HttpClient that will be used.
- setHttpClientConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Register a custom configuration strategy for new
HttpClient
instances created by producers or consumers such as to configure authentication mechanisms etc - setHttpClientOptions(Map<String, Object>) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To configure the HttpClient using the key/values from the Map.
- setHttpConnectionOptions(Map<String, Object>) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To configure the connection and the socket using the key/values from the Map.
- setHttpContext(HttpContext) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom org.apache.http.protocol.HttpContext when executing requests.
- setHttpContext(HttpContext) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom HttpContext instance
- setMaxTotalConnections(int) - Method in class org.apache.camel.component.http.HttpComponent
-
The maximum number of connections.
- setMaxTotalConnections(int) - Method in class org.apache.camel.component.http.HttpEndpoint
-
The maximum number of connections.
- setProxyAuthDomain(String) - Method in class org.apache.camel.component.http.HttpComponent
- setProxyAuthHost(String) - Method in class org.apache.camel.component.http.HttpComponent
- setProxyAuthMethod(String) - Method in class org.apache.camel.component.http.HttpComponent
- setProxyAuthNtHost(String) - Method in class org.apache.camel.component.http.HttpComponent
- setProxyAuthPassword(String) - Method in class org.apache.camel.component.http.HttpComponent
- setProxyAuthPort(Integer) - Method in class org.apache.camel.component.http.HttpComponent
- setProxyAuthScheme(String) - Method in class org.apache.camel.component.http.HttpComponent
- setProxyAuthUsername(String) - Method in class org.apache.camel.component.http.HttpComponent
- setRedirectHandlingDisabled(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setResponsePayloadStreamingThreshold(int) - Method in class org.apache.camel.component.http.HttpComponent
- setResponseTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpComponent
-
Determines the timeout until arrival of a response from the opposite endpoint.
- setResponseTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Determines the timeout until arrival of a response from the opposite endpoint.
- setSkipRequestHeaders(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setSkipRequestHeaders(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to skip mapping all the Camel headers as HTTP request headers.
- setSkipResponseHeaders(boolean) - Method in class org.apache.camel.component.http.HttpComponent
- setSkipResponseHeaders(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Whether to skip mapping all the HTTP response headers to Camel headers.
- setSoTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpComponent
-
Determines the default socket timeout value for blocking I/O operations.
- setSoTimeout(Timeout) - Method in class org.apache.camel.component.http.HttpEndpoint
-
Determines the default socket timeout value for blocking I/O operations.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.http.HttpComponent
-
To configure security using SSLContextParameters.
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To configure security using SSLContextParameters.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.http.HttpComponent
-
Enable usage of global SSL context parameters.
- setUserAgent(String) - Method in class org.apache.camel.component.http.HttpComponent
- setUserAgent(String) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To set a custom HTTP User-Agent request header
- setUseSystemProperties(boolean) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use System Properties as fallback for configuration
- setX509HostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.http.HttpComponent
-
To use a custom X509HostnameVerifier such as DefaultHostnameVerifier or NoopHostnameVerifier.
- setX509HostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.http.HttpEndpoint
-
To use a custom X509HostnameVerifier such as
DefaultHostnameVerifier
orNoopHostnameVerifier
. - skipRequestHeaders - Variable in class org.apache.camel.component.http.HttpComponent
- skipResponseHeaders - Variable in class org.apache.camel.component.http.HttpComponent
- soTimeout - Variable in class org.apache.camel.component.http.HttpComponent
- sslContextParameters - Variable in class org.apache.camel.component.http.HttpComponent
- sslContextParameters - Variable in class org.apache.camel.component.http.HttpEndpoint
T
- toHttpEntity(byte[], Exchange) - Static method in class org.apache.camel.component.http.HttpEntityConverter
- toHttpEntity(InputStream, Exchange) - Static method in class org.apache.camel.component.http.HttpEntityConverter
- toHttpEntity(String, Exchange) - Static method in class org.apache.camel.component.http.HttpEntityConverter
- toTimeout(long) - Static method in class org.apache.camel.component.http.HttpConverters
- toTimeout(String) - Static method in class org.apache.camel.component.http.HttpConverters
- toTimeValue(long) - Static method in class org.apache.camel.component.http.HttpConverters
- toTimeValue(String) - Static method in class org.apache.camel.component.http.HttpConverters
- TRACE - Enum constant in enum class org.apache.camel.component.http.HttpMethods
U
- useGlobalSslContextParameters - Variable in class org.apache.camel.component.http.HttpComponent
- useIntrospectionOnEndpoint() - Method in class org.apache.camel.component.http.HttpComponent
- userAgent - Variable in class org.apache.camel.component.http.HttpComponent
V
- valueOf(String) - Static method in enum class org.apache.camel.component.http.HttpMethods
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.component.http.HttpMethods
-
Returns an array containing the constants of this enum class, in the order they are declared.
X
- x509HostnameVerifier - Variable in class org.apache.camel.component.http.HttpComponent
All Classes and Interfaces|All Packages|Constant Field Values