|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpUtils.Worker | |
---|---|
org.deegree.commons.utils.net |
Uses of HttpUtils.Worker in org.deegree.commons.utils.net |
---|
Fields in org.deegree.commons.utils.net declared as HttpUtils.Worker | |
---|---|
static HttpUtils.Worker<BufferedImage> |
HttpUtils.IMAGE
Returns a BufferedImage. |
static HttpUtils.Worker<com.google.gson.JsonElement> |
HttpUtils.JSON
|
static HttpUtils.Worker<InputStream> |
HttpUtils.STREAM
Directly returns the stream. |
static HttpUtils.Worker<String> |
HttpUtils.UTF8STRING
Returns a decoded String. |
static HttpUtils.Worker<XMLAdapter> |
HttpUtils.XML
Returns streaming XMLAdapter. |
static HttpUtils.Worker<XMLStreamReaderWrapper> |
HttpUtils.XML_STREAM
Returns streaming XMLAdapter. |
Methods in org.deegree.commons.utils.net that return HttpUtils.Worker | |
---|---|
static HttpUtils.Worker<String> |
HttpUtils.getStringWorker(String encoding)
|
Methods in org.deegree.commons.utils.net with parameters of type HttpUtils.Worker | ||
---|---|---|
static
|
HttpUtils.get(HttpUtils.Worker<T> worker,
String url,
Map<String,String> headers)
Performs an HTTP-Get request and provides typed access to the response. |
|
static
|
HttpUtils.get(HttpUtils.Worker<T> worker,
String url,
Map<String,String> headers,
String user,
String pass)
Performs an HTTP-Get request and provides typed access to the response. |
|
static
|
HttpUtils.getFullResponse(HttpUtils.Worker<T> worker,
String url,
Map<String,String> headers,
String user,
String pass)
Performs an HTTP-Get request and provides typed access to the response. |
|
static
|
HttpUtils.getFullResponse(HttpUtils.Worker<T> worker,
String url,
Map<String,String> headers,
String user,
String pass,
int readTimeout)
|
|
static
|
HttpUtils.post(HttpUtils.Worker<T> worker,
String url,
File postBody,
Map<String,String> headers,
String user,
String pass)
Performs an HTTP-Get request and provides typed access to the response. |
|
static
|
HttpUtils.post(HttpUtils.Worker<T> worker,
String url,
InputStream postBody,
Map<String,String> headers)
Performs an HTTP-Get request and provides typed access to the response. |
|
static
|
HttpUtils.post(HttpUtils.Worker<T> worker,
String url,
Map<String,String> params,
Map<String,String> headers,
int readTimeout)
|
|
static
|
HttpUtils.postFullResponse(HttpUtils.Worker<T> worker,
String url,
Map<String,String> params,
Map<String,String> headers,
int readTimeout)
|
|
static
|
HttpUtils.retrieve(HttpUtils.Worker<T> worker,
DURL url)
|
|
static
|
HttpUtils.retrieve(HttpUtils.Worker<T> worker,
String url)
|
|
static
|
HttpUtils.retrieve(HttpUtils.Worker<T> worker,
String url,
Map<String,String> map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |