Package com.nasmedia.nstation.network
Class HttpConnection
- java.lang.Object
-
- com.nasmedia.nstation.network.HttpConnection
-
public class HttpConnection extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringrequest(String _url, Map<String,Object> _params, String requestMethod)
-
-
-
Method Detail
-
request
public String request(String _url, Map<String,Object> _params, String requestMethod) throws IOException
- Throws:
IOException
-
-