public class ProblemHandlingClientHttpRequest extends Object implements org.springframework.http.client.ClientHttpRequest
| Constructor and Description |
|---|
ProblemHandlingClientHttpRequest(org.springframework.http.client.ClientHttpRequest clientHttpRequest) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.client.ClientHttpResponse |
execute() |
OutputStream |
getBody() |
org.springframework.http.HttpHeaders |
getHeaders() |
org.springframework.http.HttpMethod |
getMethod() |
URI |
getURI() |
public ProblemHandlingClientHttpRequest(org.springframework.http.client.ClientHttpRequest clientHttpRequest)
public org.springframework.http.client.ClientHttpResponse execute()
throws IOException
execute in interface org.springframework.http.client.ClientHttpRequestIOExceptionpublic org.springframework.http.HttpMethod getMethod()
getMethod in interface org.springframework.http.HttpRequestpublic URI getURI()
getURI in interface org.springframework.http.HttpRequestpublic org.springframework.http.HttpHeaders getHeaders()
getHeaders in interface org.springframework.http.HttpMessagepublic OutputStream getBody() throws IOException
getBody in interface org.springframework.http.HttpOutputMessageIOExceptionCopyright © 2016 Zalando SE. All rights reserved.