Uses of Class
org.apache.camel.spi.RestConfiguration.RestHostNameResolver
-
Packages that use RestConfiguration.RestHostNameResolver Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of RestConfiguration.RestHostNameResolver in org.apache.camel.spi
Methods in org.apache.camel.spi that return RestConfiguration.RestHostNameResolver Modifier and Type Method Description RestConfiguration.RestHostNameResolverRestConfiguration. getHostNameResolver()Gets the resolver to use for resolving hostnamestatic RestConfiguration.RestHostNameResolverRestConfiguration.RestHostNameResolver. valueOf(String name)Returns the enum constant of this type with the specified name.static RestConfiguration.RestHostNameResolver[]RestConfiguration.RestHostNameResolver. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.spi with parameters of type RestConfiguration.RestHostNameResolver Modifier and Type Method Description voidRestConfiguration. setHostNameResolver(RestConfiguration.RestHostNameResolver hostNameResolver)Sets the resolver to use for resolving hostname
-