Uses of Class
org.apache.camel.spi.RestConfiguration.RestHostNameResolver

Packages that use RestConfiguration.RestHostNameResolver
org.apache.camel.spi Service Provider Interfaces used internally 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
 RestConfiguration.RestHostNameResolver RestConfiguration.getRestHostNameResolver()
          Gets the resolver to use for resolving hostname
static RestConfiguration.RestHostNameResolver RestConfiguration.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
 void RestConfiguration.setRestHostNameResolver(RestConfiguration.RestHostNameResolver restHostNameResolver)
          Sets the resolver to use for resolving hostname
 



Apache Camel