程序包 org.springframework.http.client.support
This package provides generic HTTP support classes, to be used by higher-level classes like RestTemplate.
类概要 类 说明 AsyncHttpAccessor Base class forAsyncRestTemplateand other HTTP accessing gateway helpers, defining common properties such as theAsyncClientHttpRequestFactoryto operate on.BasicAuthorizationInterceptor ClientHttpRequestInterceptorto apply a BASIC authorization header.HttpAccessor Base class forRestTemplateand other HTTP accessing gateway helpers, defining common properties such as theClientHttpRequestFactoryto operate on.HttpRequestWrapper Provides a convenient implementation of theHttpRequestinterface that can be overridden to adapt the request.InterceptingAsyncHttpAccessor The HTTP accessor that extends the baseAsyncHttpAccessorwith request intercepting functionality.InterceptingHttpAccessor Base class forRestTemplateand other HTTP accessing gateway helpers, adding interceptor-related properties toHttpAccessor's common properties.ProxyFactoryBean FactoryBeanthat creates ajava.net.Proxy.