Uses of Class
de.narimo.commons.ws.http.HttpMethod
-
Packages that use HttpMethod Package Description de.narimo.commons.ws.http -
-
Uses of HttpMethod in de.narimo.commons.ws.http
Methods in de.narimo.commons.ws.http that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. getHttpMethod(String httpMethod)HttpMethodHTTPRequestParams. getMethod()static HttpMethodHttpMethod. 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.Methods in de.narimo.commons.ws.http with parameters of type HttpMethod Modifier and Type Method Description static javax.ws.rs.core.ResponseHTTPProxy. 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.URLResponseHttpURLClient. 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.URLResponseHttpURLClient. 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.URLResponseHttpURLClient. 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.URLResponseHttpURLClient. 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)voidHTTPRequestParams. setMethod(HttpMethod method)
-