public static interface HttpEndpointBuilderFactory.HttpBuilders
| Modifier and Type | Method and Description |
|---|---|
default HttpEndpointBuilderFactory.HttpEndpointBuilder |
http(String path)
HTTP (camel-http)
For calling out to external HTTP servers using Apache HTTP Client
4.x.
|
default HttpEndpointBuilderFactory.HttpEndpointBuilder |
http(String scheme,
String path)
HTTP (camel-http)
For calling out to external HTTP servers using Apache HTTP Client
4.x.
|
default HttpEndpointBuilderFactory.HttpEndpointBuilder |
https(String path)
HTTPS (Secure) (camel-http)
For calling out to external HTTP servers using Apache HTTP Client
4.x.
|
default HttpEndpointBuilderFactory.HttpEndpointBuilder http(String path)
http:httpUri
Path parameter: httpUri (required)
The url of the HTTP endpoint to call.default HttpEndpointBuilderFactory.HttpEndpointBuilder https(String path)
https:httpUri
Path parameter: httpUri (required)
The url of the HTTP endpoint to call.default HttpEndpointBuilderFactory.HttpEndpointBuilder http(String scheme, String path)
Apache Camel