Uses of Class
com.beaglesecurity.client.helper.HttpReturn
-
Packages that use HttpReturn Package Description com.beaglesecurity.client.helper -
-
Uses of HttpReturn in com.beaglesecurity.client.helper
Methods in com.beaglesecurity.client.helper that return HttpReturn Modifier and Type Method Description static HttpReturnHttpUtil. deleteRequest(String url, String token)static HttpReturnHttpUtil. getRequest(String url, String token)static HttpReturnHttpUtil. postRequest(String url, PayloadBase postObject, String token)static HttpReturnHttpUtil. putRequest(String url, PayloadBase postObject, String token)
-