| Constructor and Description |
|---|
RibbonApacheHttpRequest(RibbonCommandContext context) |
| Constructor and Description |
|---|
OkHttpRibbonRequest(RibbonCommandContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected RibbonCommandContext |
ContextAwareRequest.context |
| Modifier and Type | Method and Description |
|---|---|
RibbonCommandContext |
ContextAwareRequest.getContext() |
protected RibbonCommandContext |
ContextAwareRequest.newContext(URI uri) |
| Constructor and Description |
|---|
ContextAwareRequest(RibbonCommandContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected RibbonCommandContext |
RibbonRoutingFilter.buildCommandContext(com.netflix.zuul.context.RequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
T |
RibbonCommandFactory.create(RibbonCommandContext context) |
RestClientRibbonCommand |
RestClientRibbonCommandFactory.create(RibbonCommandContext context) |
protected org.springframework.http.client.ClientHttpResponse |
RibbonRoutingFilter.forward(RibbonCommandContext context) |
| Constructor and Description |
|---|
RestClientRibbonCommand(String commandKey,
com.netflix.niws.client.http.RestClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties) |
RestClientRibbonCommand(String commandKey,
com.netflix.niws.client.http.RestClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider zuulFallbackProvider) |
RestClientRibbonCommand(String commandKey,
com.netflix.niws.client.http.RestClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider zuulFallbackProvider,
com.netflix.client.config.IClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
HttpClientRibbonCommand |
HttpClientRibbonCommandFactory.create(RibbonCommandContext context) |
| Constructor and Description |
|---|
HttpClientRibbonCommand(String commandKey,
RibbonLoadBalancingHttpClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties) |
HttpClientRibbonCommand(String commandKey,
RibbonLoadBalancingHttpClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider zuulFallbackProvider) |
HttpClientRibbonCommand(String commandKey,
RibbonLoadBalancingHttpClient client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider zuulFallbackProvider,
com.netflix.client.config.IClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
OkHttpRibbonCommand |
OkHttpRibbonCommandFactory.create(RibbonCommandContext context) |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected RibbonCommandContext |
AbstractRibbonCommand.context |
| Modifier and Type | Method and Description |
|---|---|
RibbonCommandContext |
AbstractRibbonCommand.getContext() |
| Constructor and Description |
|---|
AbstractRibbonCommand(LBC client,
RibbonCommandContext context,
ZuulProperties zuulProperties) |
AbstractRibbonCommand(String commandKey,
LBC client,
RibbonCommandContext context,
ZuulProperties zuulProperties) |
AbstractRibbonCommand(String commandKey,
LBC client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider fallbackProvider) |
AbstractRibbonCommand(String commandKey,
LBC client,
RibbonCommandContext context,
ZuulProperties zuulProperties,
ZuulFallbackProvider fallbackProvider,
com.netflix.client.config.IClientConfig config) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.