Package org.springframework.http.client.support
@NonNullApi
@NonNullFields
package org.springframework.http.client.support
This package provides generic HTTP support classes,
to be used by higher-level classes like RestTemplate.
-
ClassDescription
ClientHttpRequestInterceptor
to apply a given HTTP Basic Authentication username/password pair, unless a customAuthorization
header has already been set.Base class forRestTemplate
and other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactory
to operate on.Provides a convenient implementation of theHttpRequest
interface that can be overridden to adapt the request.Base class forRestTemplate
and other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor
's common properties.FactoryBean
that creates ajava.net.Proxy
.