Uses of Class
org.springframework.http.client.support.HttpAccessor
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.
-
Uses of HttpAccessor in org.springframework.http.client.support
Modifier and TypeClassDescriptionclass
Base class forRestTemplate
and other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor
's common properties. -
Uses of HttpAccessor in org.springframework.web.client
Modifier and TypeClassDescriptionclass
Synchronous client to perform HTTP requests, exposing a simple, template method API over underlying HTTP client libraries such as the JDKHttpURLConnection
, Apache HttpComponents, and others.