com.sola.instagram.io
Class APIMethod

java.lang.Object
  extended by com.sola.instagram.io.APIMethod
Direct Known Subclasses:
DeleteMethod, GetMethod, PostMethod

public abstract class APIMethod
extends java.lang.Object


Constructor Summary
APIMethod()
           
APIMethod(java.lang.String proxyAddress, int proxyPort)
           
 
Method Summary
 RequestResponse call()
           
 java.lang.String getMethodUri()
           
 java.lang.String getType()
           
 java.lang.Boolean hasProxy()
           
 APIMethod setMethodURI(java.lang.String methodURI)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIMethod

public APIMethod()

APIMethod

public APIMethod(java.lang.String proxyAddress,
                 int proxyPort)
Method Detail

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)