public class ClientHttpRequestFactorySelector extends Object
| Constructor and Description |
|---|
ClientHttpRequestFactorySelector() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.http.client.ClientHttpRequestFactory |
bufferRequests(org.springframework.http.client.ClientHttpRequestFactory requestFactory)
Decorates a request factory to buffer responses so that the responses may be repeatedly read.
|
static org.springframework.http.client.ClientHttpRequestFactory |
getRequestFactory() |
public static org.springframework.http.client.ClientHttpRequestFactory getRequestFactory()
public static org.springframework.http.client.ClientHttpRequestFactory bufferRequests(org.springframework.http.client.ClientHttpRequestFactory requestFactory)
requestFactory - the request factory to be decorated for bufferingCopyright © 2016. All rights reserved.