类 InterceptingHttpAccessor

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

public abstract class InterceptingHttpAccessor extends HttpAccessor
Base class for RestTemplate and other HTTP accessing gateway helpers, adding interceptor-related properties to HttpAccessor's common properties.

Not intended to be used directly. See RestTemplate for an entry point.

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