Uses of Class
org.apache.camel.builder.endpoint.dsl.VertxHttpEndpointBuilderFactory.ProxyType
-
Packages that use VertxHttpEndpointBuilderFactory.ProxyType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of VertxHttpEndpointBuilderFactory.ProxyType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return VertxHttpEndpointBuilderFactory.ProxyType Modifier and Type Method Description static VertxHttpEndpointBuilderFactory.ProxyType
VertxHttpEndpointBuilderFactory.ProxyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VertxHttpEndpointBuilderFactory.ProxyType[]
VertxHttpEndpointBuilderFactory.ProxyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type VertxHttpEndpointBuilderFactory.ProxyType Modifier and Type Method Description default VertxHttpEndpointBuilderFactory.VertxHttpEndpointBuilder
VertxHttpEndpointBuilderFactory.VertxHttpEndpointBuilder. proxyType(VertxHttpEndpointBuilderFactory.ProxyType proxyType)
The proxy server type.
-