public final class HttpRequestDescriptor extends Object
| Constructor and Description |
|---|
HttpRequestDescriptor(URI uri,
String method) |
HttpRequestDescriptor(URI uri,
String method,
List<org.apache.http.NameValuePair> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
List<org.apache.http.NameValuePair> |
getParameters() |
String |
getParametersAsString() |
URI |
getUri() |
public HttpRequestDescriptor(URI uri, String method, List<org.apache.http.NameValuePair> parameters)
public HttpRequestDescriptor(URI uri, String method) throws UnsupportedEncodingException, URISyntaxException
Copyright © 2017. All Rights Reserved.