Interface HttpsComponentBuilderFactory
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo")
public interface HttpsComponentBuilderFactory
Send requests to external HTTP servers using Apache HTTP Client 5.x.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder for the HTTPS (Secure) component.static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionhttps()
HTTPS (Secure) (camel-http) Send requests to external HTTP servers using Apache HTTP Client 5.x.
-
Method Details
-
https
HTTPS (Secure) (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
-