spring-framework / org.springframework.http.client / BufferingClientHttpRequestFactory

BufferingClientHttpRequestFactory

open class BufferingClientHttpRequestFactory : AbstractClientHttpRequestFactoryWrapper

Wrapper for a ClientHttpRequestFactory that buffers all outgoing and incoming streams in memory.

Using this wrapper allows for multiple reads of the

Linkplain
ClientHttpResponse#getBody() response body}.

Author
Arjen Poutsma

Since
3.1

Constructors

<init>

BufferingClientHttpRequestFactory(requestFactory: ClientHttpRequestFactory)

Create a buffering wrapper for the given ClientHttpRequestFactory.