类 HttpAccessor

java.lang.Object
cn.taketoday.http.client.support.HttpAccessor
直接已知子类:
InterceptingHttpAccessor

public abstract class HttpAccessor extends Object
Base class for RestTemplate and other HTTP accessing gateway helpers, defining common properties such as the ClientHttpRequestFactory to operate on.

Not intended to be used directly.

See RestTemplate for an entry point.

从以下版本开始:
4.0
作者:
Arjen Poutsma, Juergen Hoeller, Phillip Webb, Harry Yang
另请参阅: