Uses of Class
org.seppiko.commons.utils.http.HttpResponseException
Packages that use HttpResponseException
-
Uses of HttpResponseException in org.seppiko.commons.utils.http
Methods in org.seppiko.commons.utils.http that throw HttpResponseExceptionModifier and TypeMethodDescriptionstatic HttpResponse<byte[]>AsyncHttpClientUtil.getAsyncResponseByteArray(HttpRequest req, InetSocketAddress proxy) Get Async byte array Responsestatic HttpResponse<InputStream>AsyncHttpClientUtil.getAsyncResponseInputStream(HttpRequest req, InetSocketAddress proxy) Get Async InputStream Responsestatic HttpResponse<String>AsyncHttpClientUtil.getAsyncResponseString(HttpRequest req, InetSocketAddress proxy) Get Async String Response