Skip navigation links
A B C D E F G H I N O P R S T V 

A

addConfigurer(HttpClientConfigurer) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
AuthMethod - Enum in org.apache.camel.component.http
Authentication policy

B

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

C

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
 
configureAuth(HttpClientConfigurer, String, String, String, String, String, Set<AuthMethod>) - Method in class org.apache.camel.component.http.HttpComponent
Configures the authentication method to be used
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
configureHttpClient(HttpClient) - Method in interface org.apache.camel.component.http.HttpClientConfigurer
Configure the HttpClient such as setting the authentication or proxying details
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.HttpProxyConfigurer
 
configureHttpClient(HttpClient) - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
configureProxyAuth(HttpClientConfigurer, String, String, String, String, String, Set<AuthMethod>) - Method in class org.apache.camel.component.http.HttpComponent
Configures the proxy authentication method to be used
context - Variable in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
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 used by producers and consumers to create a new HttpClient instance
createHttpClientConfigurer(Map<String, Object>, Set<AuthMethod>) - Method in class org.apache.camel.component.http.HttpComponent
Creates the HttpClientConfigurer based on the given parameters
createHttpEndpoint(String, HttpComponent, HttpClientParams, HttpConnectionManager, HttpClientConfigurer) - Method in class org.apache.camel.component.http.HttpComponent
 
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.
createPollingConsumer() - 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
 
createProducer() - Method in class org.apache.camel.component.http.HttpEndpoint
 
createRequestEntity(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
Creates a holder object for the data to send to the remote server.
createSocket(String, int, InetAddress, int) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
createSocket(String, int, InetAddress, int, HttpConnectionParams) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
createSocket(String, int) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 

D

doReceive(int) - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
doStart() - Method in class org.apache.camel.component.http.HttpPollingConsumer
 
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(HttpMethod) - Method in class org.apache.camel.component.http.HttpProducer
Strategy when executing the method (calling the remote server).
extractResponseBody(HttpMethod, 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

factory - Variable in class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
 

G

getClientParams() - Method in class org.apache.camel.component.http.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
getConfigurers() - Method in class org.apache.camel.component.http.CompositeHttpConfigurer
 
getDomain() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
getEndpoint() - Method in class org.apache.camel.component.http.HttpProducer
 
getHost() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
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
 
getHttpConnectionManager() - Method in class org.apache.camel.component.http.HttpComponent
 
getHttpConnectionManager() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getHttpConnectionManagerOptions() - Method in class org.apache.camel.component.http.HttpEndpoint
 
getPassword() - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
getPassword() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
getUsername() - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
getUsername() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
getVerifier() - Method in class org.apache.camel.component.http.HttpComponent
 

H

HttpClientConfigurer - Interface in org.apache.camel.component.http
A pluggable strategy for configuring the HttpClient used by this component
httpClientConfigurer - Variable in class org.apache.camel.component.http.HttpComponent
 
HttpComponent - Class in org.apache.camel.component.http
HttpComponent() - Constructor for class org.apache.camel.component.http.HttpComponent
 
HttpComponent(Class<? extends HttpEndpoint>) - Constructor for class org.apache.camel.component.http.HttpComponent
 
httpConnectionManager - Variable in class org.apache.camel.component.http.HttpComponent
 
HttpEndpoint - Class in org.apache.camel.component.http
For calling out to external HTTP servers using Apache HTTP Client 3.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, HttpConnectionManager) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, HttpClientParams, HttpConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpEndpoint(String, HttpComponent, URI, HttpClientParams, HttpConnectionManager, HttpClientConfigurer) - Constructor for class org.apache.camel.component.http.HttpEndpoint
 
HttpMethods - Enum in org.apache.camel.component.http
 
HttpOperationFailedException - Exception in org.apache.camel.component.http
Deprecated.
use org.apache.camel.http.common.HttpOperationFailedException
HttpOperationFailedException(String, int, String, String, Map<String, String>, String) - Constructor for exception org.apache.camel.component.http.HttpOperationFailedException
Deprecated.
 
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
 
HttpProxyConfigurer - Class in org.apache.camel.component.http
 
HttpProxyConfigurer(Optional<String>) - Constructor for class org.apache.camel.component.http.HttpProxyConfigurer
 
HttpProxyConfigurer(Optional<String>, Optional<Integer>) - Constructor for class org.apache.camel.component.http.HttpProxyConfigurer
 
HttpUtil - Class in org.apache.camel.component.http
 

I

isEntityEnclosing() - Method in enum org.apache.camel.component.http.HttpMethods
 
isProxy() - Method in class org.apache.camel.component.http.BasicAuthenticationHttpClientConfigurer
 
isProxy() - Method in class org.apache.camel.component.http.NTLMAuthenticationHttpClientConfigurer
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.http.HttpComponent
 

N

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

O

org.apache.camel.component.http - package org.apache.camel.component.http
Defines the HTTP Component

P

populateHttpOperationFailedException(Exchange, HttpMethod, int) - Method in class org.apache.camel.component.http.HttpProducer
 
populateResponse(Exchange, HttpMethod, Message, HeaderFilterStrategy, int) - Method in class org.apache.camel.component.http.HttpProducer
 
process(Exchange) - Method in class org.apache.camel.component.http.HttpProducer
 

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
 
RequestEntityConverter - Class in org.apache.camel.component.http
Some converter methods to make it easier to convert the body to RequestEntity types.
responseHeader(HttpMethod, String) - Static method in class org.apache.camel.component.http.HttpUtil
 
responseHeaderValue(HttpMethod, String) - Static method in class org.apache.camel.component.http.HttpUtil
 

S

setAllowJavaSerializedObject(boolean) - Method in class org.apache.camel.component.http.HttpComponent
Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object

This is by default turned off.

setClientParams(HttpClientParams) - Method in class org.apache.camel.component.http.HttpEndpoint
Provide access to the client parameters used on new HttpClient instances used by producers or consumers of this endpoint.
setHttpBinding(HttpBinding) - Method in class org.apache.camel.component.http.HttpComponent
To use a custom HttpBinding to control the mapping between Camel message and HttpClient.
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.
setHttpConfiguration(HttpConfiguration) - Method in class org.apache.camel.component.http.HttpComponent
To use the shared HttpConfiguration as base configuration.
setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpComponent
To use a custom HttpConnectionManager to manage connections
setHttpConnectionManager(HttpConnectionManager) - Method in class org.apache.camel.component.http.HttpEndpoint
To use a custom HttpConnectionManager to manage connections
setHttpConnectionManagerOptions(Map<String, Object>) - Method in class org.apache.camel.component.http.HttpEndpoint
To configure the HttpConnectionManager using the key/values from the Map.
setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.http.HttpComponent
Enable usage of global SSL context parameters.
SSLContextParametersSecureProtocolSocketFactory - Class in org.apache.camel.component.http
A SecureProtocolSocketFactory implementation to allow configuration of Commons HTTP SSL/TLS options based on a JSSEClientParameters instance or a provided SSLSocketFactory instance.
SSLContextParametersSecureProtocolSocketFactory(SSLSocketFactory) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
Creates a new instance using the provided factory.
SSLContextParametersSecureProtocolSocketFactory(SSLContextParameters) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
SSLContextParametersSecureProtocolSocketFactory(SSLContextParameters, CamelContext) - Constructor for class org.apache.camel.component.http.SSLContextParametersSecureProtocolSocketFactory
Creates a new instance using a factory created by the provided client configuration parameters.

T

toRequestEntity(byte[], Exchange) - Static method in class org.apache.camel.component.http.RequestEntityConverter
 
toRequestEntity(InputStream, Exchange) - Static method in class org.apache.camel.component.http.RequestEntityConverter
 
toRequestEntity(String, Exchange) - Static method in class org.apache.camel.component.http.RequestEntityConverter
 

V

valueOf(String) - Static method in enum org.apache.camel.component.http.AuthMethod
Returns the enum constant of this type with the specified name.
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.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
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.
A B C D E F G H I N O P R S T V 
Skip navigation links

Apache Camel