| Package | Description |
|---|---|
| org.springframework.cloud.netflix.ribbon.support |
| Modifier and Type | Method and Description |
|---|---|
List<RibbonRequestCustomizer> |
RibbonCommandContext.getRequestCustomizers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RibbonRequestCustomizer.Runner.customize(List<RibbonRequestCustomizer> customizers,
Object builder) |
| Constructor and Description |
|---|
RibbonCommandContext(String serviceId,
String method,
String uri,
Boolean retryable,
org.springframework.util.MultiValueMap<String,String> headers,
org.springframework.util.MultiValueMap<String,String> params,
InputStream requestEntity,
List<RibbonRequestCustomizer> requestCustomizers) |
RibbonCommandContext(String serviceId,
String method,
String uri,
Boolean retryable,
org.springframework.util.MultiValueMap<String,String> headers,
org.springframework.util.MultiValueMap<String,String> params,
InputStream requestEntity,
List<RibbonRequestCustomizer> requestCustomizers,
Long contentLength) |
RibbonCommandContext(String serviceId,
String method,
String uri,
Boolean retryable,
org.springframework.util.MultiValueMap<String,String> headers,
org.springframework.util.MultiValueMap<String,String> params,
InputStream requestEntity,
List<RibbonRequestCustomizer> requestCustomizers,
Long contentLength,
Object loadBalancerKey) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.