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
 

B

BasicAuthenticationHttpClientConfigurer - Class in org.apache.camel.component.http
 
BasicAuthenticationHttpClientConfigurer(String, String, String, String) - Constructor for class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 

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.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
 
connectionTimeToLive - Variable in class org.apache.camel.component.http.HttpComponent
 
connectTimeout - Variable in class org.apache.camel.component.http.HttpComponent
 
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
 
cookieStore - 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) - 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
 
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(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

DELETE - org.apache.camel.component.http.HttpMethods
 
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(HttpUriRequest) - Method in class org.apache.camel.component.http.HttpProducer
Strategy when executing the method (calling the remote server).
extractResponseBody(HttpRequestBase, 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
 
getAllOptions(Object) - Method in class org.apache.camel.component.http.HttpComponentConfigurer
 
getAllOptions(Object) - Method in class org.apache.camel.component.http.HttpEndpointConfigurer
 
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
 
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
 
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
 
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
 
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
 
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
 
HttpComponent(Class<? extends HttpEndpoint>) - 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
 
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
 
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
 
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
 
HttpUtil - Class in org.apache.camel.component.http
 

I

isAuthenticationPreemptive() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isClearExpiredCookies() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isDeleteWithBody() - Method in class org.apache.camel.component.http.HttpEndpoint
 
isEntityEnclosing() - Method in enum org.apache.camel.component.http.HttpMethods
 
isGetWithBody() - 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
 

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, Message, 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
 
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) - 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
 
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
 

S

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.
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.
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.
setCookieHandler(CookieHandler) - Method in class org.apache.camel.component.http.HttpEndpoint
 
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.
setCustomHostHeader(String) - Method in class org.apache.camel.component.http.HttpEndpoint
Defines a custom host header which will be sent when producing http request.
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.
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.
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.
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

useIntrospectionOnEndpoint() - Method 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