A B C D E G H I L M N O P R S T U V X 
All Classes All Packages

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) - Method in class org.apache.camel.component.http.HttpComponent
 
createConnectionManager(Registry<ConnectionSocketFactory>) - Method in class org.apache.camel.component.http.HttpComponent
 
createConnectionManager(Registry<ConnectionSocketFactory>, int, int) - 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(HttpRequestBase) - 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 org.apache.camel.component.http.HttpMethods
 
createMethod(URI) - Method in enum 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 - 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 org.apache.camel.component.http.HttpMethods
 
executeMethod(HttpRequestBase, HttpClientContext) - Method in class org.apache.camel.component.http.HttpPollingConsumer
Strategy when executing the method (calling the remote server).
executeMethod(HttpHost, HttpUriRequest) - Method in class org.apache.camel.component.http.HttpProducer
Strategy when executing the method (calling the remote server).
extractResponseBody(HttpResponse, 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

G

GET - org.apache.camel.component.http.HttpMethods
 
getCamelContext() - Method in class org.apache.camel.component.http.HttpEntityConverterLoader
 
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
 
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
 
getMethod() - Method in class org.apache.camel.component.http.HttpDeleteWithBodyMethod
 
getMethod() - Method in class org.apache.camel.component.http.HttpGetWithBodyMethod
 
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
 
getSocketTimeout() - Method in class org.apache.camel.component.http.HttpComponent
 
getSocketTimeout() - 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 - 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
 
HttpDeleteWithBodyMethod - Class in org.apache.camel.component.http
 
HttpDeleteWithBodyMethod(String, HttpEntity) - Constructor for class org.apache.camel.component.http.HttpDeleteWithBodyMethod
 
HttpDeleteWithBodyMethod(URI, HttpEntity) - Constructor for class org.apache.camel.component.http.HttpDeleteWithBodyMethod
 
HttpEndpoint - Class in org.apache.camel.component.http
Send requests to external HTTP servers using Apache HTTP Client 4.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, HttpClientConnectionManager) - 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, 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
 
HttpGetWithBodyMethod - Class in org.apache.camel.component.http
 
HttpGetWithBodyMethod(String, HttpEntity) - Constructor for class org.apache.camel.component.http.HttpGetWithBodyMethod
 
HttpGetWithBodyMethod(URI, HttpEntity) - Constructor for class org.apache.camel.component.http.HttpGetWithBodyMethod
 
HttpMethodHelper - Class in org.apache.camel.component.http.helper
 
HttpMethods - Enum 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
 
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 org.apache.camel.component.http.HttpMethods
 
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
 

L

load(TypeConverterRegistry) - Method in class org.apache.camel.component.http.HttpEntityConverterLoader
 

M

maxTotalConnections - Variable in class org.apache.camel.component.http.HttpComponent
 
METHOD_NAME - Static variable in class org.apache.camel.component.http.HttpDeleteWithBodyMethod
 
METHOD_NAME - Static variable in class org.apache.camel.component.http.HttpGetWithBodyMethod
 
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 - 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 - org.apache.camel.component.http.HttpMethods
 
populateHttpOperationFailedException(Exchange, HttpRequestBase, HttpResponse, int) - Method in class org.apache.camel.component.http.HttpProducer
 
populateResponse(Exchange, HttpRequestBase, HttpResponse, HeaderFilterStrategy, int) - Method in class org.apache.camel.component.http.HttpProducer
 
POST - org.apache.camel.component.http.HttpMethods
 
PreemptiveAuthInterceptor - Class in org.apache.camel.component.http
 
PreemptiveAuthInterceptor() - Constructor for class org.apache.camel.component.http.PreemptiveAuthInterceptor
 
process(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
 
process(HttpRequest, HttpContext) - Method in class org.apache.camel.component.http.PreemptiveAuthInterceptor
 
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 - 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
 
removeConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
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
 
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.HttpEntityConverterLoader
 
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(int) - Method in class org.apache.camel.component.http.HttpComponent
The timeout in milliseconds used when requesting a connection from the connection manager.
setConnectionRequestTimeout(long) - Method in class org.apache.camel.component.http.HttpEndpoint
The timeout in milliseconds 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(int) - Method in class org.apache.camel.component.http.HttpComponent
Determines the timeout in milliseconds until a connection is established.
setConnectTimeout(long) - Method in class org.apache.camel.component.http.HttpEndpoint
Determines the timeout in milliseconds until a connection is 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.
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.
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
 
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.
setSocketTimeout(int) - Method in class org.apache.camel.component.http.HttpComponent
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
setSocketTimeout(long) - Method in class org.apache.camel.component.http.HttpEndpoint
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
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 or NoopHostnameVerifier.
skipRequestHeaders - Variable in class org.apache.camel.component.http.HttpComponent
 
skipResponseHeaders - Variable in class org.apache.camel.component.http.HttpComponent
 
socketTimeout - 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
 
TRACE - 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 org.apache.camel.component.http.HttpMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.component.http.HttpMethods
Returns an array containing the constants of this enum type, in the order they are declared.

X

x509HostnameVerifier - Variable in class org.apache.camel.component.http.HttpComponent
 
A B C D E G H I L M N O P R S T U V X 
All Classes All Packages