Package com.brightcove.player.network
Class HttpResponse
java.lang.Object
com.brightcove.player.network.HttpResponse
Wrapper class to contain the HTTP code and body response
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObject
int
void
setResponseBody
(String responseBody) void
setResponseBodyJSON
(org.json.JSONObject responseBodyJSON) void
setResponseCode
(int responseCode) toString()
-
Constructor Details
-
HttpResponse
public HttpResponse()
-
-
Method Details
-
getResponseCode
public int getResponseCode() -
setResponseCode
public void setResponseCode(int responseCode) -
getResponseBody
-
setResponseBody
-
getResponseBodyJSON
public org.json.JSONObject getResponseBodyJSON() -
setResponseBodyJSON
public void setResponseBodyJSON(org.json.JSONObject responseBodyJSON) -
toString
-