public class HTTPRequestParams extends Object
| Constructor and Description |
|---|
HTTPRequestParams() |
| Modifier and Type | Method and Description |
|---|---|
HTTPBasicAuthorizationFactory |
getAuthFactory() |
String |
getBody() |
Map<String,String> |
getConnectionHeaders() |
HttpMethod |
getMethod() |
javax.ws.rs.core.MultivaluedMap<String,String> |
getQueryParams() |
String |
getUrl() |
boolean |
isFollowRedirects() |
boolean |
isHttps() |
boolean |
isResponseAsStream() |
void |
setAuthFactory(HTTPBasicAuthorizationFactory authFactory) |
void |
setBody(String body) |
void |
setConnectionHeaders(Map<String,String> connectionHeaders) |
void |
setFollowRedirects(boolean followRedirects) |
void |
setHttps(boolean https) |
void |
setMethod(HttpMethod method) |
void |
setQueryParams(javax.ws.rs.core.MultivaluedMap<String,String> queryParams) |
void |
setResponseAsStream(boolean responseAsStream) |
void |
setUrl(String url) |
public String getUrl()
public void setUrl(String url)
public void setQueryParams(javax.ws.rs.core.MultivaluedMap<String,String> queryParams)
public String getBody()
public void setBody(String body)
public HttpMethod getMethod()
public void setMethod(HttpMethod method)
public HTTPBasicAuthorizationFactory getAuthFactory()
public void setAuthFactory(HTTPBasicAuthorizationFactory authFactory)
public boolean isHttps()
public void setHttps(boolean https)
public boolean isResponseAsStream()
public void setResponseAsStream(boolean responseAsStream)
public boolean isFollowRedirects()
public void setFollowRedirects(boolean followRedirects)
Copyright © 2020. All rights reserved.