public interface HttpAdapterResponse
| Modifier and Type | Method and Description |
|---|---|
String |
body() |
int |
code() |
String |
getResponseHeader(String name) |
boolean |
isSuccessful() |
String |
message() |
boolean isSuccessful()
String body() throws IOException
IOExceptionint code()
String message()
Copyright © 2017. All Rights Reserved.