Uses of Package
org.springframework.http.client.support
Packages that use org.springframework.http.client.support Package Description org.springframework.http.client.support This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.org.springframework.web.client Core package of the client-side web support.Classes in org.springframework.http.client.support used by org.springframework.http.client.support Class Description AsyncHttpAccessor Deprecated.as of Spring 5.0, with no direct replacementHttpAccessor Base class forRestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on.Classes in org.springframework.http.client.support used by org.springframework.web.client Class Description AsyncHttpAccessor Deprecated.as of Spring 5.0, with no direct replacementHttpAccessor Base class forRestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on.InterceptingAsyncHttpAccessor Deprecated.as of Spring 5.0, with no direct replacementInterceptingHttpAccessor