Uses of Class
org.n52.oxf.util.web.HttpClientException

Packages that use HttpClientException
org.n52.oxf.util.web   
 

Uses of HttpClientException in org.n52.oxf.util.web
 

Methods in org.n52.oxf.util.web that throw HttpClientException
 org.apache.http.HttpResponse SimpleHttpClient.executeGet(String uri)
           
 org.apache.http.HttpResponse HttpClientDecorator.executeGet(String uri)
           
 org.apache.http.HttpResponse HttpClient.executeGet(String uri)
           
 org.apache.http.HttpResponse SimpleHttpClient.executeGet(String baseUri, RequestParameters parameters)
           
 org.apache.http.HttpResponse HttpClientDecorator.executeGet(String baseUri, RequestParameters parameters)
           
 org.apache.http.HttpResponse HttpClient.executeGet(String baseUri, RequestParameters parameters)
           
 org.apache.http.HttpResponse SimpleHttpClient.executeMethod(org.apache.http.client.methods.HttpRequestBase method)
           
 org.apache.http.HttpResponse HttpClientDecorator.executeMethod(org.apache.http.client.methods.HttpRequestBase method)
           
 org.apache.http.HttpResponse HttpClient.executeMethod(org.apache.http.client.methods.HttpRequestBase method)
           
 org.apache.http.HttpResponse SimpleHttpClient.executePost(String uri, org.apache.http.HttpEntity payloadToSend)
           
 org.apache.http.HttpResponse HttpClientDecorator.executePost(String uri, org.apache.http.HttpEntity payloadToSend)
           
 org.apache.http.HttpResponse HttpClient.executePost(String uri, org.apache.http.HttpEntity payloadToSend)
          Sends the given payload to the determined URI.
 org.apache.http.HttpResponse SimpleHttpClient.executePost(String uri, String payloadToSend, org.apache.http.entity.ContentType contentType)
           
 org.apache.http.HttpResponse HttpClientDecorator.executePost(String uri, String payloadToSend, org.apache.http.entity.ContentType contentType)
           
 org.apache.http.HttpResponse HttpClient.executePost(String uri, String payloadToSend, org.apache.http.entity.ContentType contentType)
          Sends the given payload (marked to be of a specific content-type) to the determined URI.
 org.apache.http.HttpResponse SimpleHttpClient.executePost(String uri, org.apache.xmlbeans.XmlObject payloadToSend)
           
 org.apache.http.HttpResponse HttpClientDecorator.executePost(String uri, org.apache.xmlbeans.XmlObject payloadToSend)
           
 org.apache.http.HttpResponse HttpClient.executePost(String uri, org.apache.xmlbeans.XmlObject payloadToSend)
          Sends the given payload as content-type text/xml to the determined URI.
 



Copyright © 2012-2013 52north.org. All Rights Reserved.