public interface ClientHttpRequest extends HttpRequest, HttpOutputMessage
ClientHttpRequestFactory.
 A ClientHttpRequest can be executed,
 receiving a ClientHttpResponse which can be read from.
ClientHttpRequestFactory.createRequest(java.net.URI, HttpMethod)| Modifier and Type | Method and Description | 
|---|---|
| ClientHttpResponse | execute()Execute this request, resulting in a  ClientHttpResponsethat can be read. | 
getMethod, getMethodValue, getURIgetBodygetHeadersClientHttpResponse execute() throws IOException
ClientHttpResponse that can be read.IOException - in case of I/O errors