Uses of Class
org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
Packages that use AbstractClientHttpRequestFactoryWrapper
-
Uses of AbstractClientHttpRequestFactoryWrapper in org.springframework.http.client
Subclasses of AbstractClientHttpRequestFactoryWrapper in org.springframework.http.clientModifier and TypeClassDescriptionclass
ClientHttpRequestFactory
that wraps another in order to buffer outgoing and incoming content in memory, making it possible to set a content-length on the request, and to read the response body multiple times.class
ClientHttpRequestFactory
wrapper with support forClientHttpRequestInterceptors
.