Package com.contentstack.sdk
Interface IURLRequestHTTP
- All Known Implementing Classes:
CSHttpConnection
public interface IURLRequestHTTP
-
Method Summary
Modifier and Type Method Description ResultCallBack
getCallBackObject()
String
getController()
LinkedHashMap
getHeaders()
String
getInfo()
CSAppConstants.RequestMethod
getRequestMethod()
org.json.JSONObject
getResponse()
boolean
getTreatDuplicateKeysAsArrayItems()
void
send()
void
setCallBackObject(ResultCallBack builtResultCallBackObject)
void
setController(String controller)
void
setHeaders(LinkedHashMap headers)
void
setInfo(String info)
void
setRequestMethod(CSAppConstants.RequestMethod requestMethod)
void
setTreatDuplicateKeysAsArrayItems(boolean treatDuplicateKeysAsArrayItems)
-
Method Details
-
send
void send() -
setHeaders
-
getHeaders
LinkedHashMap getHeaders() -
setRequestMethod
-
getRequestMethod
CSAppConstants.RequestMethod getRequestMethod() -
getResponse
org.json.JSONObject getResponse() -
setInfo
-
getInfo
String getInfo() -
setController
-
getController
String getController() -
setCallBackObject
-
getCallBackObject
ResultCallBack getCallBackObject() -
setTreatDuplicateKeysAsArrayItems
void setTreatDuplicateKeysAsArrayItems(boolean treatDuplicateKeysAsArrayItems) -
getTreatDuplicateKeysAsArrayItems
boolean getTreatDuplicateKeysAsArrayItems()
-