com.sola.instagram.io
Class APIMethod
java.lang.Object
com.sola.instagram.io.APIMethod
- Direct Known Subclasses:
- DeleteMethod, GetMethod, PostMethod
public abstract class APIMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APIMethod
public APIMethod()
APIMethod
public APIMethod(java.lang.String proxyAddress,
int proxyPort)
call
public RequestResponse call()
throws java.lang.Exception
- Throws:
java.lang.Exception
hasProxy
public java.lang.Boolean hasProxy()
getType
public java.lang.String getType()
getMethodUri
public java.lang.String getMethodUri()
setMethodURI
public APIMethod setMethodURI(java.lang.String methodURI)