Uses of Class
org.springframework.http.client.AbstractClientHttpRequest
Packages that use AbstractClientHttpRequest
-
Uses of AbstractClientHttpRequest in org.springframework.http.client
Subclasses of AbstractClientHttpRequest in org.springframework.http.clientModifier and TypeClassDescriptionclassBase implementation ofClientHttpRequestthat buffers output in a byte array before sending it over the wire.classExtension ofAbstractClientHttpRequestthat adds the ability to stream request body content directly to the underlying HTTP client library through theStreamingHttpOutputMessagecontract.