public class HttpRequest extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(User user,
org.apache.commons.httpclient.HttpMethod method)
Executes the provided request.
|
static HttpRequest |
get(User user,
String url)
Executes a GET on the provided URL.
|
String |
getResponseBody() |
String |
getResponseHeader(String headerName) |
int |
getStatusCode() |
public static void execute(User user, org.apache.commons.httpclient.HttpMethod method) throws IOException
IOException - as documented by HttpClient.executeMethod(HttpMethod)public static HttpRequest get(User user, String url)
RuntimeException - if any problem occurs with the request, where the cause
is any exception thrown by HttpClient.executeMethod(HttpMethod)public int getStatusCode()
public String getResponseBody() throws IOException
IOExceptionCopyright © 2003–2016 Atlassian. All rights reserved.