Uses of Package
org.springframework.http.client.support
Packages that use org.springframework.http.client.support
Package
Description
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
Core package of the client-side web support.
-
Classes in org.springframework.http.client.support used by org.springframework.http.client.supportClassDescriptionBase class for
RestTemplate
and other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactory
to operate on. -
Classes in org.springframework.http.client.support used by org.springframework.web.clientClassDescriptionBase class for
RestTemplate
and other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactory
to operate on.Base class forRestTemplate
and other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor
's common properties.