public class HttpRequester
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
RETRY_COUNT |
static java.lang.String |
SERVER_TIMEOUT |
static int |
SLEEP_BETWEEN_RETRY |
static int |
TIMEOUT_CONNECTION |
static int |
TIMEOUT_SOCKET |
| Constructor and Description |
|---|
HttpRequester() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJSONFromUrl(java.lang.String stringUrl) |