-
public abstract class Request
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringGETpublic final static StringPOSTpublic final static StringGET_JSON_BODYpublic final static StringPOST_JSON_BODY
-
Method Summary
Modifier and Type Method Description StringgetHost()StringgetEndPoint()StringgetUriQuery()StringgetRequestMethod()List<Pair<String, String>>getParams()JSONObjectgetRequestBody()booleanuseHttps()-
-
Method Detail
-
getEndPoint
String getEndPoint()
-
getUriQuery
String getUriQuery()
-
getRequestMethod
String getRequestMethod()
-
getRequestBody
JSONObject getRequestBody()
-
useHttps
boolean useHttps()
-
-
-
-