Uses of Class
io.appform.ranger.http.config.HttpClientConfig
Packages that use HttpClientConfig
Package
Description
-
Uses of HttpClientConfig in io.appform.ranger.http.common
Fields in io.appform.ranger.http.common declared as HttpClientConfigModifier and TypeFieldDescriptionprotected final HttpClientConfigHttpNodeDataStoreConnector.configConstructors in io.appform.ranger.http.common with parameters of type HttpClientConfigModifierConstructorDescriptionHttpNodeDataStoreConnector(HttpClientConfig config, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of HttpClientConfig in io.appform.ranger.http.servicefinder
Methods in io.appform.ranger.http.servicefinder with parameters of type HttpClientConfigModifier and TypeMethodDescriptionHttpShardedServiceFinderBuilder.withClientConfig(HttpClientConfig clientConfig) HttpUnshardedServiceFinderBuilider.withClientConfig(HttpClientConfig clientConfig) Constructors in io.appform.ranger.http.servicefinder with parameters of type HttpClientConfigModifierConstructorDescriptionHttpNodeDataSource(Service service, HttpClientConfig config, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of HttpClientConfig in io.appform.ranger.http.servicefinderhub
Constructors in io.appform.ranger.http.servicefinderhub with parameters of type HttpClientConfigModifierConstructorDescriptionHttpServiceDataSource(HttpClientConfig config, com.fasterxml.jackson.databind.ObjectMapper mapper) HttpShardedServiceFinderFactory(HttpClientConfig httpClientConfig, com.fasterxml.jackson.databind.ObjectMapper mapper, HTTPResponseDataDeserializer<T> deserializer, ShardSelector<T, MapBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector, int nodeRefreshIntervalMs) HttpUnshardedServiceFinderFactory(HttpClientConfig httpClientConfig, com.fasterxml.jackson.databind.ObjectMapper mapper, HTTPResponseDataDeserializer<T> deserializer, ShardSelector<T, ListBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector, int nodeRefreshIntervalMs) -
Uses of HttpClientConfig in io.appform.ranger.http.serviceprovider
Methods in io.appform.ranger.http.serviceprovider with parameters of type HttpClientConfigModifier and TypeMethodDescriptionHttpShardedServiceProviderBuilder.withClientConfiguration(HttpClientConfig clientConfig) Constructors in io.appform.ranger.http.serviceprovider with parameters of type HttpClientConfigModifierConstructorDescriptionHttpNodeDataSink(Service service, HttpClientConfig config, com.fasterxml.jackson.databind.ObjectMapper mapper)