| Interface | Description |
|---|---|
| HttpClientConfigurer |
A pluggable strategy for configuring the HttpClient used by this component
|
| Class | Description |
|---|---|
| BasicAuthenticationHttpClientConfigurer | |
| CompositeHttpConfigurer | |
| HttpComponent |
Defines the HTTP4
Component
|
| HttpConstants | |
| HttpDeleteWithBodyMethod | |
| HttpEndpoint |
For calling out to external HTTP servers using Apache HTTP Client 4.x.
|
| HttpEntityConverter |
Some converter methods to make it easier to convert the body to RequestEntity types.
|
| HttpMethodsConverter |
To convert between camel-http4 and camel-http-common for the http methods enums
|
| HttpPollingConsumer |
A polling HTTP consumer which by default performs a GET
|
| HttpProducer | |
| NoopCookieStore |
A noop
CookieStore used when bridging endpoints. |
| PreemptiveAuthInterceptor | |
| ProxyHttpClientConfigurer |
Strategy for configuring the HttpClient with a proxy
|
| Enum | Description |
|---|---|
| HttpMethods |
| Exception | Description |
|---|---|
| HttpOperationFailedException | Deprecated
use org.apache.camel.http.common.HttpOperationFailedException
|
Apache Camel