public final class HTTPRequest
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.JsonElement |
jsonRequest(com.google.gson.JsonElement request,
java.net.URL url) |
static int |
sendCrashreport(java.lang.String strurl,
byte[] data) |
static int |
sendCrashreport(java.lang.String strurl,
java.lang.String data) |
public static int sendCrashreport(java.lang.String strurl,
byte[] data)
throws java.io.IOException
java.io.IOExceptionpublic static int sendCrashreport(java.lang.String strurl,
java.lang.String data)
throws java.io.IOException
java.io.IOExceptionpublic static com.google.gson.JsonElement jsonRequest(com.google.gson.JsonElement request,
java.net.URL url)
throws java.io.IOException
java.io.IOException