Uses of Enum Class
org.apache.camel.model.rest.RestHostNameResolver
Packages that use RestHostNameResolver
-
Uses of RestHostNameResolver in org.apache.camel.model.rest
Methods in org.apache.camel.model.rest that return RestHostNameResolverModifier and TypeMethodDescriptionRestConfigurationDefinition.getHostNameResolver()static RestHostNameResolverReturns the enum constant of this class with the specified name.static RestHostNameResolver[]RestHostNameResolver.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.rest with parameters of type RestHostNameResolverModifier and TypeMethodDescriptionRestConfigurationDefinition.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.