Interface HttpComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface HttpComponentBuilderFactory
Send requests to external HTTP servers using Apache HTTP Client 5.x.
Generated by camel build tools - do NOT edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for the HTTP component.static class -
Method Summary
Static MethodsModifier and TypeMethodDescriptionhttp()HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.
-
Method Details
-
http
HTTP (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x. Category: http Since: 2.3 Maven coordinates: org.apache.camel:camel-http- Returns:
- the dsl builder
-