public class URLConnection extends Object
| Constructor and Description |
|---|
URLConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
getDataRequest(String csUrl,
String requestMethod,
String postParam) |
void |
postDataRequest(String contentstackUrl,
String requestMethod,
Map<String,Object> params) |
String |
postParamData(Map<String,Object> params) |
void |
sendGET(String GET_URL,
String requestMethod,
String params) |
public void getDataRequest(String csUrl, String requestMethod, String postParam) throws IOException
IOExceptionpublic void postDataRequest(String contentstackUrl, String requestMethod, Map<String,Object> params) throws IOException
IOExceptionpublic void sendGET(String GET_URL, String requestMethod, String params) throws IOException
IOExceptionCopyright © 2019 Contentstack. All rights reserved.