Class HttpAccessor

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

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