| Package | Description |
|---|---|
| de.terrestris.shogun2.util.http | |
| de.terrestris.shogun2.util.interceptor |
| 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)
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
|
| Modifier and Type | Method and Description |
|---|---|
Response |
OgcMessageDistributor.distributeToResponseInterceptor(Response response,
OgcMessage message) |
Response |
WcsResponseInterceptorInterface.interceptDescribeCoverage(Response response) |
Response |
WfsResponseInterceptorInterface.interceptDescribeFeatureType(Response response) |
Response |
WmsResponseInterceptorInterface.interceptDescribeLayer(Response response) |
Response |
WfsResponseInterceptorInterface.interceptGetCapabilities(Response response) |
Response |
WcsResponseInterceptorInterface.interceptGetCapabilities(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetCapabilities(Response response) |
Response |
WcsResponseInterceptorInterface.interceptGetCoverage(Response response) |
Response |
WfsResponseInterceptorInterface.interceptGetFeature(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetFeatureInfo(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetLegendGraphic(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetMap(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetStyles(Response response) |
Response |
WfsResponseInterceptorInterface.interceptLockFeature(Response response) |
Response |
WfsResponseInterceptorInterface.interceptTransaction(Response response) |
| Modifier and Type | Method and Description |
|---|---|
Response |
OgcMessageDistributor.distributeToResponseInterceptor(Response response,
OgcMessage message) |
Response |
WcsResponseInterceptorInterface.interceptDescribeCoverage(Response response) |
Response |
WfsResponseInterceptorInterface.interceptDescribeFeatureType(Response response) |
Response |
WmsResponseInterceptorInterface.interceptDescribeLayer(Response response) |
Response |
WfsResponseInterceptorInterface.interceptGetCapabilities(Response response) |
Response |
WcsResponseInterceptorInterface.interceptGetCapabilities(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetCapabilities(Response response) |
Response |
WcsResponseInterceptorInterface.interceptGetCoverage(Response response) |
Response |
WfsResponseInterceptorInterface.interceptGetFeature(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetFeatureInfo(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetLegendGraphic(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetMap(Response response) |
Response |
WmsResponseInterceptorInterface.interceptGetStyles(Response response) |
Response |
WfsResponseInterceptorInterface.interceptLockFeature(Response response) |
Response |
WfsResponseInterceptorInterface.interceptTransaction(Response response) |
Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.