| Modifier and Type | Method and Description |
|---|---|
OkHttpLoadBalancingClient |
RibbonClientConfiguration.OkHttpRibbonConfiguration.retryableOkHttpLoadBalancingClient(com.netflix.client.config.IClientConfig config,
ServerIntrospector serverIntrospector,
com.netflix.loadbalancer.ILoadBalancer loadBalancer,
com.netflix.client.RetryHandler retryHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryableOkHttpLoadBalancingClient
An OK HTTP client which leverages Spring Retry to retry failed request.
|
| Constructor and Description |
|---|
OkHttpRibbonCommand(String commandKey,
OkHttpLoadBalancingClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties) |
OkHttpRibbonCommand(String commandKey,
OkHttpLoadBalancingClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider zuulFallbackProvider) |
OkHttpRibbonCommand(String commandKey,
OkHttpLoadBalancingClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider zuulFallbackProvider,
com.netflix.client.config.IClientConfig config) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.