public interface Response
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
body()
HTTP response body.
|
java.util.Map<java.lang.String,java.lang.String> |
header()
HTTP response header.
|
Status |
status()
A redirect URL address used to delegate.
|
Status status()
java.util.Map<java.lang.String,java.lang.String> header()
throws java.io.IOException
java.io.IOException - If something goes wrongjava.io.InputStream body()
throws java.io.IOException
java.io.IOException - If something goes wrong