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 TypeClassDescriptionclassClientHttpRequestFactorythat 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.classClientHttpRequestFactorywrapper with support forClientHttpRequestInterceptors.