Uses of Interface
org.deegree.commons.utils.net.HttpUtils.Worker

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
<T> T
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
<T> T
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
<T> Pair<T,org.apache.http.HttpResponse>
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
<T> Pair<T,org.apache.http.HttpResponse>
HttpUtils.getFullResponse(HttpUtils.Worker<T> worker, String url, Map<String,String> headers, String user, String pass, int readTimeout)
           
static
<T> T
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
<T> T
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
<T> T
HttpUtils.post(HttpUtils.Worker<T> worker, String url, Map<String,String> params, Map<String,String> headers, int readTimeout)
           
static
<T> Pair<T,org.apache.http.HttpResponse>
HttpUtils.postFullResponse(HttpUtils.Worker<T> worker, String url, Map<String,String> params, Map<String,String> headers, int readTimeout)
           
static
<T> T
HttpUtils.retrieve(HttpUtils.Worker<T> worker, DURL url)
           
static
<T> T
HttpUtils.retrieve(HttpUtils.Worker<T> worker, String url)
           
static
<T> T
HttpUtils.retrieve(HttpUtils.Worker<T> worker, String url, Map<String,String> map)
           
 



Copyright © 2011. All Rights Reserved.