public class Request extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Request.RequestBuilder |
Modifier and Type | Method and Description |
---|---|
URL |
constructURL()
Prepares request URL
|
String |
getAuthString() |
MethodType |
getMethod() |
List<org.apache.http.NameValuePair> |
getPostParams() |
String |
getUrl() |
boolean |
isRequiresAuthentication() |
public MethodType getMethod()
public String getUrl()
public boolean isRequiresAuthentication()
public String getAuthString()
public List<org.apache.http.NameValuePair> getPostParams()
public URL constructURL() throws InvalidRequestException
InvalidRequestException
Copyright © 2017. All rights reserved.