public static interface ExtendedRestOperations.ProxyResponse
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream()
Returns the output stream.
|
void |
setHttpHeaders(org.springframework.http.HttpHeaders headers) |
void |
setHttpStatus(org.springframework.http.HttpStatus status) |
void setHttpStatus(org.springframework.http.HttpStatus status)
status - The HttpStatus returned by the original requestvoid setHttpHeaders(org.springframework.http.HttpHeaders headers)
headers - The HttpHeaders returned by the original requestOutputStream getOutputStream() throws IOException
OutputStream to write the body of the original request toIOException - exceptionCopyright © 2015 Jasig. All Rights Reserved.