| Package | Description |
|---|---|
| de.terrestris.shogun2.service | |
| de.terrestris.shogun2.util.http | |
| de.terrestris.shogun2.util.interceptor |
| Modifier and Type | Method and Description |
|---|---|
Response |
GeoServerInterceptorService.interceptGeoServerRequest(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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(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.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)
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,
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(String url,
String username,
String password)
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,
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.
|
static Response |
HttpUtil.post(URI uri,
String username,
String password)
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,
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 username,
String password)
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 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 username,
String password)
Perform HTTP PUT with empty body
|
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.