Package nxt.http
Class APICall
- java.lang.Object
-
- nxt.http.APICall
-
public class APICall extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
APICall.Builder<T extends APICall.Builder>
static class
APICall.InvocationError
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
java.io.InputStream
getInputStream()
JO
getJsonResponse()
org.json.simple.JSONObject
invoke()
org.json.simple.JSONObject
invokeNoError()
APICall.InvocationError
invokeWithError()
-
-
-
Method Detail
-
getJsonResponse
public JO getJsonResponse()
-
getInputStream
public java.io.InputStream getInputStream()
-
getBytes
public byte[] getBytes()
-
invokeWithError
public APICall.InvocationError invokeWithError()
-
invokeNoError
public org.json.simple.JSONObject invokeNoError()
-
invoke
public org.json.simple.JSONObject invoke()
-
-