public final class WS extends Object
| Modifier and Type | Method and Description |
|---|---|
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 int getStatus(org.apache.http.HttpResponse response)
response - public static boolean isStatusOK(org.apache.http.HttpResponse response)
response - public static boolean isStatusRedirect(org.apache.http.HttpResponse response)
response - public static boolean isStatusClientError(org.apache.http.HttpResponse response)
response - public static boolean isStatusServerError(org.apache.http.HttpResponse response)
response - Copyright © 2012-2013 Taimos GmbH. All Rights Reserved.