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. |