Package | Description |
---|---|
org.n52.oxf.util.web |
Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpResponse |
HttpClientDecorator.executeGet(String uri) |
org.apache.http.HttpResponse |
HttpClient.executeGet(String uri) |
org.apache.http.HttpResponse |
SimpleHttpClient.executeGet(String uri) |
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.executeGet(String baseUri,
RequestParameters parameters) |
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.executeMethod(org.apache.http.client.methods.HttpRequestBase method) |
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,
org.apache.http.HttpEntity payloadToSend) |
org.apache.http.HttpResponse |
HttpClientDecorator.executePost(String uri,
String payloadToSend) |
org.apache.http.HttpResponse |
HttpClient.executePost(String uri,
String payloadToSend)
Sends the given payload as content-type text/xml with UTF-8 encoding to the determined URI.
|
org.apache.http.HttpResponse |
SimpleHttpClient.executePost(String uri,
String payloadToSend) |
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,
String payloadToSend,
org.apache.http.entity.ContentType contentType) |
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 with UTF-8 encoding to the determined URI.
|
org.apache.http.HttpResponse |
SimpleHttpClient.executePost(String uri,
org.apache.xmlbeans.XmlObject payloadToSend) |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.