Uses of Class
org.apache.camel.model.rest.RestHostNameResolver
-
Packages that use RestHostNameResolver Package Description org.apache.camel.model.rest The JAXB POJOs for the REST DSL -
-
Uses of RestHostNameResolver in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return RestHostNameResolver Modifier and Type Method Description RestHostNameResolverRestConfigurationDefinition. getHostNameResolver()static RestHostNameResolverRestHostNameResolver. valueOf(String name)Returns the enum constant of this type with the specified name.static RestHostNameResolver[]RestHostNameResolver. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.model.rest with parameters of type RestHostNameResolver Modifier and Type Method Description RestConfigurationDefinitionRestConfigurationDefinition. hostNameResolver(RestHostNameResolver hostNameResolver)To specify the hostname resolvervoidRestConfigurationDefinition. setHostNameResolver(RestHostNameResolver hostNameResolver)If no hostname has been explicit configured, then this resolver is used to compute the hostname the REST service will be using.
-