Uses of Class
org.seppiko.commons.utils.http.HttpHeaders
Packages that use HttpHeaders
-
Uses of HttpHeaders in org.seppiko.commons.utils.http
Fields in org.seppiko.commons.utils.http declared as HttpHeadersModifier and TypeFieldDescriptionstatic final HttpHeadersHttpHeaders.NO_HEADERSEmpty http headersMethods in org.seppiko.commons.utils.http that return HttpHeadersMethods in org.seppiko.commons.utils.http with parameters of type HttpHeadersModifier 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