public interface HTTPCallResultData
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the result data as a byte array.
|
int |
getStatusCode()
Returns the HTTP status code.
|
int getStatusCode()
byte[] getData()
null
.See http://www.xins.org/.