public class HttpGetAndPostSender extends Object
| Constructor and Description |
|---|
HttpGetAndPostSender() |
public static String sendGet(String url, String param) throws IOException
IOExceptionpublic static String sendGet(String url) throws IOException
IOExceptionpublic static String sendPost(String url, String param) throws IOException
IOExceptionpublic static String sendPost2(String url, String param) throws IOException
IOExceptionCopyright © 2016. All rights reserved.