public class MockClientHttpResponse extends MockHttpInputMessage implements org.springframework.http.client.ClientHttpResponse
ClientHttpResponse
.Constructor and Description |
---|
MockClientHttpResponse(byte[] body,
org.springframework.http.HttpStatus statusCode)
Constructor with response body as a byte array.
|
MockClientHttpResponse(InputStream body,
org.springframework.http.HttpStatus statusCode)
Constructor with response body as InputStream.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getRawStatusCode() |
org.springframework.http.HttpStatus |
getStatusCode() |
String |
getStatusText() |
getBody, getHeaders
public MockClientHttpResponse(byte[] body, org.springframework.http.HttpStatus statusCode)
public MockClientHttpResponse(InputStream body, org.springframework.http.HttpStatus statusCode)
public org.springframework.http.HttpStatus getStatusCode() throws IOException
getStatusCode
in interface org.springframework.http.client.ClientHttpResponse
IOException
public int getRawStatusCode() throws IOException
getRawStatusCode
in interface org.springframework.http.client.ClientHttpResponse
IOException
public String getStatusText() throws IOException
getStatusText
in interface org.springframework.http.client.ClientHttpResponse
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface org.springframework.http.client.ClientHttpResponse