| Package | Description |
|---|---|
| de.narimo.commons.ws.http |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethod |
HttpMethod.getHttpMethod(String httpMethod) |
HttpMethod |
HTTPRequestParams.getMethod() |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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,
javax.ws.rs.core.Cookie[] cookies,
String user,
String pass,
boolean https,
boolean responseAsStream) |
static de.narimo.commons.http.URLResponse |
HttpURLClient.sendRequest(String wsUrl,
Map<String,String> queryParams,
Map<String,String> connectionHeaders,
String body,
HttpMethod method,
HTTPAuthorizationFactory authFactory,
boolean https,
boolean responseAsStream,
boolean followRedirects) |
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.setMethod(HttpMethod method) |
Copyright © 2020. All rights reserved.