| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.http.client.AbstractClientHttpRequest
public abstract class AbstractClientHttpRequest
Abstract base for ClientHttpRequest that makes sure that headers and body are not written multiple times.
| Constructor Summary | |
|---|---|
| AbstractClientHttpRequest() | |
| Method Summary | |
|---|---|
|  ClientHttpResponse | execute()Execute this request, resulting in a ClientHttpResponsethat can be read. | 
| protected abstract  ClientHttpResponse | executeInternal(HttpHeaders headers,
                byte[] bufferedOutput)Abstract template method that writes the given headers and content to the HTTP request. | 
|  OutputStream | getBody()Return the body of the message as an output stream. | 
|  HttpHeaders | getHeaders()Return the headers of this message. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.springframework.http.client.ClientHttpRequest | 
|---|
| getMethod, getURI | 
| Constructor Detail | 
|---|
public AbstractClientHttpRequest()
| Method Detail | 
|---|
public final HttpHeaders getHeaders()
HttpMessage
getHeaders in interface HttpMessage
public final OutputStream getBody()
                           throws IOException
HttpOutputMessage
getBody in interface HttpOutputMessageIOException - in case of I/O Errors
public final ClientHttpResponse execute()
                                 throws IOException
ClientHttpRequestClientHttpResponse that can be read.
execute in interface ClientHttpRequestIOException - in case of I/O errors
protected abstract ClientHttpResponse executeInternal(HttpHeaders headers,
                                                      byte[] bufferedOutput)
                                               throws IOException
headers - the HTTP headersbufferedOutput - the body content
IOException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||