Class AbstractBufferingClientHttpRequest

java.lang.Object
org.springframework.http.client.AbstractClientHttpRequest
org.springframework.http.client.AbstractBufferingClientHttpRequest
All Implemented Interfaces:
ClientHttpRequest, HttpMessage, HttpOutputMessage, HttpRequest

public abstract class AbstractBufferingClientHttpRequest extends AbstractClientHttpRequest
Base implementation of ClientHttpRequest that buffers output in a byte array before sending it over the wire.
Since:
3.0.6
Author:
Arjen Poutsma