Class HttpAccessor

java.lang.Object
org.springframework.http.client.support.HttpAccessor
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
InterceptingHttpAccessor

public abstract class HttpAccessor extends Object implements Closeable
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: