See: Description
Class | Description |
---|---|
AsyncHttpAccessor |
Base class for
AsyncRestTemplate
and other HTTP accessing gateway helpers, defining common properties
such as the AsyncClientHttpRequestFactory to operate on. |
BasicAuthorizationInterceptor |
ClientHttpRequestInterceptor to apply a BASIC authorization header. |
HttpAccessor |
Base class for
RestTemplate
and other HTTP accessing gateway helpers, defining common properties
such as the ClientHttpRequestFactory to operate on. |
HttpRequestWrapper |
Provides a convenient implementation of the
HttpRequest interface
that can be overridden to adapt the request. |
InterceptingAsyncHttpAccessor |
The HTTP accessor that extends the base
AsyncHttpAccessor with
request intercepting functionality. |
InterceptingHttpAccessor |
Base class for
RestTemplate and other HTTP accessing gateway helpers, adding
interceptor-related properties to HttpAccessor 's common properties. |
ProxyFactoryBean |
FactoryBean that creates a java.net.Proxy . |