Uses of Class
org.seppiko.commons.utils.http.HttpInterruptedException
Packages that use HttpInterruptedException
-
Uses of HttpInterruptedException in org.seppiko.commons.utils.http
Methods in org.seppiko.commons.utils.http that throw HttpInterruptedExceptionModifier and TypeMethodDescriptionstatic HttpResponse<byte[]>HttpClientUtil.getResponseByteArray(HttpRequest req, InetSocketAddress proxy) Get Response with byte array bodystatic HttpResponse<InputStream>HttpClientUtil.getResponseInputStream(HttpRequest req, InetSocketAddress proxy) Get Response with inputstream bodystatic HttpResponse<String>HttpClientUtil.getResponseString(HttpRequest req, InetSocketAddress proxy) Get Response with String body