static javax.ws.rs.core.Response |
HTTPProxy.pipeServiceRequest(String remoteWMSUrl,
HttpMethod method,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
Map<String,String> headers,
String body,
HTTPBasicAuthorizationFactory authFactory,
boolean followRedirects)
Pipes a request to a remote service.
|
static de.narimo.commons.http.URLResponse |
HttpURLClient.sendRequest(String wsUrl,
Map<String,String> queryParams,
Map<String,String> connectionHeaders,
String body,
HttpMethod method,
HTTPBasicAuthorizationFactory authFactory,
boolean https,
boolean responseAsStream) |
static de.narimo.commons.http.URLResponse |
HttpURLClient.sendRequestMultivalue(String wsUrl,
javax.ws.rs.core.MultivaluedMap<String,String> queryParams,
Map<String,String> connectionHeaders,
String body,
HttpMethod method,
HTTPBasicAuthorizationFactory authFactory,
boolean https,
boolean responseAsStream,
boolean followRedirects) |
void |
HTTPRequestParams.setAuthFactory(HTTPBasicAuthorizationFactory authFactory) |