public class HttpUtils extends Object
Constructor and Description |
---|
HttpUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
get(URL url,
String contentType,
int timeout) |
static int |
post(URL url,
String content,
String contentType,
int timeout) |
public static int post(URL url, String content, String contentType, int timeout) throws IOException
IOException
public static String get(URL url, String contentType, int timeout) throws IOException
IOException
Copyright © GigaSpaces.