
com.contentstack.sdk.IRequestModelHTTP Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java Show documentation
Show all versions of java Show documentation
Java SDK for Contentstack Content Delivery API
package com.contentstack.sdk;
import org.json.JSONObject;
/**
* IRequestModelHTTP Interface
*/
public interface IRequestModelHTTP {
void sendRequest();
void onRequestFailed(JSONObject error, int statusCode, ResultCallBack callBackObject);
void onRequestFinished(CSHttpConnection request);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy