类 RestClientAdapter

java.lang.Object
cn.taketoday.web.client.support.RestClientAdapter
所有已实现的接口:
HttpExchangeAdapter

public final class RestClientAdapter extends Object implements HttpExchangeAdapter
HttpExchangeAdapter that enables an HttpServiceProxyFactory to use RestClient for request execution.

Use static factory methods in this class to create an HttpServiceProxyFactory configured with the given RestClient.

从以下版本开始:
4.0
作者:
Olga Maciaszek-Sharma, Rossen Stoyanchev, Harry Yang