static SWIFT_PING.HttpResponse |
SWIFT_PING.Utils.doOperation(java.net.HttpURLConnection urlConnection,
byte[] inputData,
boolean hasOutput) |
Do a http operation
|
static SWIFT_PING.HttpResponse |
SWIFT_PING.Utils.doReadOperation(java.net.HttpURLConnection urlConnection) |
Do a operation that reads from the httpconnection
|
static SWIFT_PING.HttpResponse |
SWIFT_PING.Utils.doSendOperation(java.net.HttpURLConnection urlConnection,
byte[] content) |
Do a operation that writes content to the HttpURLConnection
|
static SWIFT_PING.HttpResponse |
SWIFT_PING.Utils.doVoidOperation(java.net.HttpURLConnection urlConnection) |
Do a operation that does not write or read from HttpURLConnection,
except for the headers
|