| Package | Description |
|---|---|
| org.apache.camel.component.http4 |
Defines the HTTP Component
|
| org.apache.camel.component.http4.helper |
| Modifier and Type | Method and Description |
|---|---|
HttpEndpoint |
HttpProducer.getEndpoint() |
| Constructor and Description |
|---|
HttpPollingConsumer(HttpEndpoint endpoint) |
HttpProducer(HttpEndpoint endpoint) |
| Constructor and Description |
|---|
HttpComponent(Class<? extends HttpEndpoint> endpointClass) |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethods |
HttpMethodHelper.createMethod(org.apache.camel.Exchange exchange,
HttpEndpoint endpoint,
boolean hasPayload)
Creates the HttpMethod to use to call the remote server, often either its GET or POST.
|
Apache Camel