public interface HttpResponseReader
| Modifier and Type | Method and Description |
|---|---|
InMemoryClientHttpResponse |
readResponse(org.springframework.http.client.ClientHttpResponse response)
Reads the original
ClientHttpResponse to memory, if possible,
and returns a serializable copy. |
InMemoryClientHttpResponse readResponse(org.springframework.http.client.ClientHttpResponse response) throws IOException
ClientHttpResponse to memory, if possible,
and returns a serializable copy.response - The original response to read.IOExceptionCopyright © 2014. All rights reserved.