Package net.atthegate.server.service
Class CommonUtils
java.lang.Object
net.atthegate.server.service.CommonUtils
Created by ivbar on 01.08.15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
performGet
(String requestUrl, List<org.apache.http.message.BasicNameValuePair> params) static String
performJsonPost
(String requestUrl, String params) static String
performPost
(String requestUrl, List<org.apache.http.message.BasicNameValuePair> params)
-
Constructor Details
-
CommonUtils
public CommonUtils()
-
-
Method Details
-
performGet
public static String performGet(String requestUrl, List<org.apache.http.message.BasicNameValuePair> params) throws IOException - Throws:
IOException
-
performJsonPost
- Throws:
IOException
-
performPost
public static String performPost(String requestUrl, List<org.apache.http.message.BasicNameValuePair> params) throws IOException - Throws:
IOException
-