static Response |
HttpUtil.delete(String url) |
Performs an HTTP DELETE on the given URL.
|
static Response |
HttpUtil.delete(String url,
String username,
String password) |
Performs an HTTP DELETE on the given URL.
|
static Response |
HttpUtil.delete(String url,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP DELETE on the given URL.
|
static Response |
HttpUtil.delete(String url,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP DELETE on the given URL.
|
static Response |
HttpUtil.delete(String url,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP DELETE on the given URL.
|
static Response |
HttpUtil.delete(String url,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP DELETE on the given URL.
|
static Response |
HttpUtil.delete(URI uri) |
Performs an HTTP DELETE on the given URI.
|
static Response |
HttpUtil.delete(URI uri,
String username,
String password) |
Performs an HTTP DELETE on the given URI.
|
static Response |
HttpUtil.delete(URI uri,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP DELETE on the given URI.
|
static Response |
HttpUtil.delete(URI uri,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP DELETE on the given URI.
|
static Response |
HttpUtil.delete(URI uri,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP DELETE on the given URI.
|
static Response |
HttpUtil.delete(URI uri,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP DELETE on the given URI.
|
static Response |
HttpUtil.forwardFormMultipartPost(URI uri,
javax.servlet.http.HttpServletRequest request,
boolean forwardHeaders) |
Forward FormMultipartPost (HTTP POST) to uri based on given request
|
static Response |
HttpUtil.forwardGet(URI uri,
javax.servlet.http.HttpServletRequest request,
boolean forwardHeaders) |
Forward GET request to uri based on given request
|
static Response |
HttpUtil.forwardPost(URI uri,
javax.servlet.http.HttpServletRequest request,
boolean forwardHeaders) |
Forward POST to uri based on given request
|
static Response |
HttpUtil.get(String url) |
Performs an HTTP GET on the given URL without authentication
|
static Response |
HttpUtil.get(String url,
String username,
String password) |
Performs an HTTP GET on the given URL
|
static Response |
HttpUtil.get(String url,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP GET on the given URL
|
static Response |
HttpUtil.get(String url,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP GET on the given URL.
|
static Response |
HttpUtil.get(String url,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP GET on the given URL.
|
static Response |
HttpUtil.get(String url,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP GET on the given URL without authentication and
additional HTTP request headers.
|
static Response |
HttpUtil.get(URI uri) |
Performs an HTTP GET on the given URI.
|
static Response |
HttpUtil.get(URI uri,
String username,
String password) |
Performs an HTTP GET on the given URI.
|
static Response |
HttpUtil.get(URI uri,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP GET on the given URI.
|
static Response |
HttpUtil.get(URI uri,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP GET on the given URI.
|
static Response |
HttpUtil.get(URI uri,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP GET on the given URI.
|
static Response |
HttpUtil.get(URI uri,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP GET on the given URI.
|
static Response |
HttpUtil.post(String url) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
File file) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
File file,
String username,
String password) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
File file,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
File file,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
File file,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
File file,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String password,
String username) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String password,
String username,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String body,
org.apache.http.entity.ContentType contentType) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
List<org.apache.http.NameValuePair> queryParams) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
List<org.apache.http.NameValuePair> queryParams,
String username,
String password) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
List<org.apache.http.NameValuePair> queryParams,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
List<org.apache.http.NameValuePair> queryParams,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
List<org.apache.http.NameValuePair> queryParams,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
List<org.apache.http.NameValuePair> queryParams,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(String url,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
File file) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
File file,
String username,
String password) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
File file,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
File file,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
File file,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
File file,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
String username,
String password) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
String body,
org.apache.http.entity.ContentType contentType) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URL.
|
static Response |
HttpUtil.post(URI uri,
List<org.apache.http.NameValuePair> queryParams) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
List<org.apache.http.NameValuePair> queryParams,
String username,
String password) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
List<org.apache.http.NameValuePair> queryParams,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
List<org.apache.http.NameValuePair> queryParams,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
List<org.apache.http.NameValuePair> queryParams,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
List<org.apache.http.NameValuePair> queryParams,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.post(URI uri,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP POST on the given URI.
|
static Response |
HttpUtil.put(String uriString) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(String uriString,
File body,
org.apache.http.entity.ContentType contentType,
String username,
String password) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(String uriString,
String username,
String password) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(String uriString,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(String uriString,
String body,
org.apache.http.entity.ContentType contentType) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(String uriString,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(String uriString,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(String uriString,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(String uriString,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(String uriString,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(String uriString,
org.apache.http.auth.Credentials credentials) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(String uriString,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(String uriString,
org.apache.http.Header[] requestHeaders) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(URI uri) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(URI uri,
String username,
String password) |
Perform HTTP PUT with empty body
Basic auth will be used if both username and password are not null
|
static Response |
HttpUtil.put(URI uri,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Perform HTTP PUT with empty body
Basic auth will be used if both username and password are not null
|
static Response |
HttpUtil.put(URI uri,
String body,
org.apache.http.entity.ContentType contentType) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
String username,
String password,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(URI uri,
String body,
org.apache.http.entity.ContentType contentType,
org.apache.http.Header[] requestHeaders) |
Performs an HTTP PUT on the given URL.
|
static Response |
HttpUtil.put(URI uri,
org.apache.http.auth.Credentials credentials) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(URI uri,
org.apache.http.auth.Credentials credentials,
org.apache.http.Header[] requestHeaders) |
Perform HTTP PUT with empty body
|
static Response |
HttpUtil.put(URI uri,
org.apache.http.Header[] requestHeaders) |
Perform HTTP PUT with empty body
|