Package com.comparizen.client.util
Class HttpUtil
java.lang.Object
com.comparizen.client.util.HttpUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpUtil
public HttpUtil()
-
-
Method Details
-
doGet
- Throws:
IOException
-
doPost
- Throws:
IOException
-
postMultipart
public static HttpResponse postMultipart(String urlString, Map<String, Object> postParams, ImageType forcedImageType) throws IOException, UnknownMimeTypeException- Throws:
IOExceptionUnknownMimeTypeException
-