spring-framework / org.springframework.http.client.support

Package org.springframework.http.client.support

Types

BasicAuthorizationInterceptor

open class BasicAuthorizationInterceptor : ClientHttpRequestInterceptor

ClientHttpRequestInterceptor to apply a BASIC authorization header.

HttpRequestWrapper

open class HttpRequestWrapper : HttpRequest

Provides a convenient implementation of the HttpRequest interface that can be overridden to adapt the request.

These methods default to calling through to the wrapped request object.

ProxyFactoryBean

open class ProxyFactoryBean : FactoryBean<Proxy>, InitializingBean

FactoryBean that creates a Proxy.