Package com.pensio.api
Class HTTPHelper
java.lang.Object
com.pensio.api.HTTPHelper
RefactorUtilsIntoBaseLibrary This should be merged with HttpUtil and go into PensioBaseLibrary.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HTTPHelper
public HTTPHelper()
-
-
Method Details
-
doPost
public InputStream doPost(String urlString, Map<String, String> postVars, String username, String password, String sdkVersion) throws IOException- Throws:
IOException
-
doGet
public InputStream doGet(String urlString, Map<String, String> getVars, String username, String password, String sdkVersion) throws IOException- Throws:
IOException
-