Uses of Enum
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 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 org.seppiko.commons.utils.http with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, HttpHeaders headers, byte[] requestBody) Get Request object with byte arraystatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, HttpHeaders headers, InputStream requestBody) Get Request object with inputstreamstatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, HttpHeaders headers, String requestBody) Get Request object with Stringstatic <R,T> HttpResponse<?> HttpClientUtil.sendRequest(String url, HttpMethod method, int timeout, HttpHeaders headers, R requestBody, Class<T> responseType, InetSocketAddress proxy) send http request