| Interface | Description |
|---|---|
| HttpClientConfigurer |
A pluggable strategy for configuring the HttpClient used by this component
|
| Class | Description |
|---|---|
| BasicAuthenticationHttpClientConfigurer | |
| CompositeHttpConfigurer | |
| HttpComponent |
The HTTP Component
|
| HttpEndpoint |
For calling out to external HTTP servers using Apache HTTP Client 3.x.
|
| HttpPollingConsumer |
A polling HTTP consumer which by default performs a GET
|
| HttpProducer | |
| HttpProxyConfigurer | |
| HttpUtil | |
| NTLMAuthenticationHttpClientConfigurer | |
| RequestEntityConverter |
Some converter methods to make it easier to convert the body to RequestEntity types.
|
| SSLContextParametersSecureProtocolSocketFactory |
A
SecureProtocolSocketFactory implementation to allow configuration
of Commons HTTP SSL/TLS options based on a JSSEClientParameters
instance or a provided SSLSocketFactory instance. |
| Enum | Description |
|---|---|
| AuthMethod |
Authentication policy
|
| HttpMethods |
| Exception | Description |
|---|---|
| HttpOperationFailedException | Deprecated
use org.apache.camel.http.common.HttpOperationFailedException
|
Apache Camel