Uses of Enum Class
org.seppiko.commons.utils.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.seppiko.commons.utils.http
Methods in org.seppiko.commons.utils.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.seppiko.commons.utils.http with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, LinkedHashMap<String,ArrayList<String>> headers, byte[] requestBody)Get Request object with byte arraystatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, LinkedHashMap<String,ArrayList<String>> headers, InputStream requestBody)Get Request object with inputstreamstatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, LinkedHashMap<String,ArrayList<String>> headers, String requestBody)Get Request object with Stringstatic <R, T> HttpResponse<?>HttpClientUtil.sendRequest(String url, HttpMethod method, int timeout, LinkedHashMap<String,ArrayList<String>> headers, R requestBody, Class<T> responseType, InetSocketAddress proxy)send http request