Class HttpCallResult
java.lang.Object
org.bardframework.commons.web.utils.HttpCallResult
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpCallResult
public HttpCallResult(int responseCode, byte[] body, boolean error)
-
-
Method Details
-
getResponseCode
public int getResponseCode() -
getBody
public byte[] getBody() -
hasError
public boolean hasError()
-