| Package | Description |
|---|---|
| de.terrestris.shogun2.util.http |
| Modifier and Type | Method and Description |
|---|---|
static Response |
HttpUtil.get(String url)
Performs an HTTP GET on the given URL.
|
static Response |
HttpUtil.get(String url,
String username,
String password)
Performs an HTTP GET on the given URL.
|
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.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,
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(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,
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.
|
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.