@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface HttpEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpEndpointBuilderFactory.AdvancedHttpEndpointBuilder
Advanced builder for endpoint for the HTTP component.
|
static interface |
HttpEndpointBuilderFactory.HttpBuilders |
static interface |
HttpEndpointBuilderFactory.HttpEndpointBuilder
Builder for endpoint for the HTTP component.
|
static class |
HttpEndpointBuilderFactory.HttpMethods
Proxy enum for
org.apache.camel.http.common.HttpMethods
enum. |
| Modifier and Type | Method and Description |
|---|---|
static HttpEndpointBuilderFactory.HttpEndpointBuilder |
http(String path)
HTTP (camel-http)
For calling out to external HTTP servers using Apache HTTP Client 4.x.
|
static HttpEndpointBuilderFactory.HttpEndpointBuilder |
http(String scheme,
String path)
HTTP (camel-http)
For calling out to external HTTP servers using Apache HTTP Client 4.x.
|
static HttpEndpointBuilderFactory.HttpEndpointBuilder |
https(String path)
HTTPS (Secure) (camel-http)
For calling out to external HTTP servers using Apache HTTP Client 4.x.
|
static HttpEndpointBuilderFactory.HttpEndpointBuilder http(String path)
http:httpUri
Path parameter: httpUri (required)
The url of the HTTP endpoint to call.static HttpEndpointBuilderFactory.HttpEndpointBuilder https(String path)
https:httpUri
Path parameter: httpUri (required)
The url of the HTTP endpoint to call.static HttpEndpointBuilderFactory.HttpEndpointBuilder http(String scheme, String path)
Apache Camel