Package com.beaglesecurity.client.helper
Class HttpUtil
- java.lang.Object
-
- com.beaglesecurity.client.helper.HttpUtil
-
public class HttpUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpReturndeleteRequest(String url, String token)static HttpReturngetRequest(String url, String token)static HttpReturnpostRequest(String url, PayloadBase postObject, String token)static HttpReturnputRequest(String url, PayloadBase postObject, String token)
-
-
-
Method Detail
-
postRequest
public static HttpReturn postRequest(String url, PayloadBase postObject, String token)
-
putRequest
public static HttpReturn putRequest(String url, PayloadBase postObject, String token)
-
getRequest
public static HttpReturn getRequest(String url, String token)
-
deleteRequest
public static HttpReturn deleteRequest(String url, String token)
-
-