Class InterceptingHttpAccessor

java.lang.Object
org.springframework.http.client.support.HttpAccessor
org.springframework.http.client.support.InterceptingHttpAccessor
Direct Known Subclasses:
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.

Since:
3.0
Author:
Arjen Poutsma, Juergen Hoeller
See Also: