public final class WS extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getResponseAsBytes(org.apache.http.HttpResponse response) |
static String |
getResponseAsString(org.apache.http.HttpResponse response) |
static int |
getStatus(org.apache.http.HttpResponse response) |
static boolean |
isStatusClientError(org.apache.http.HttpResponse response) |
static boolean |
isStatusOK(org.apache.http.HttpResponse response) |
static boolean |
isStatusRedirect(org.apache.http.HttpResponse response) |
static boolean |
isStatusServerError(org.apache.http.HttpResponse response) |
static HTTPRequest |
url(String url) |
public static HTTPRequest url(String url)
url - the base URLHTTPRequestpublic static String getResponseAsString(org.apache.http.HttpResponse response)
response - the HttpResponsepublic static byte[] getResponseAsBytes(org.apache.http.HttpResponse response)
response - the HttpResponsepublic static int getStatus(org.apache.http.HttpResponse response)
response - Responsepublic static boolean isStatusOK(org.apache.http.HttpResponse response)
response - Responsepublic static boolean isStatusRedirect(org.apache.http.HttpResponse response)
response - Responsepublic static boolean isStatusClientError(org.apache.http.HttpResponse response)
response - Responsepublic static boolean isStatusServerError(org.apache.http.HttpResponse response)
response - ResponseCopyright © 2012-2014 Taimos GmbH. All Rights Reserved.