Uses of Class
org.seppiko.commons.utils.http.HttpClientException

Packages that use HttpClientException 
Package Description
org.seppiko.commons.utils.http  
  • Uses of HttpClientException in org.seppiko.commons.utils.http

    Methods in org.seppiko.commons.utils.http that throw HttpClientException 
    Modifier and Type Method Description
    static java.net.http.HttpResponse<byte[]> AsyncHttpClientUtil.getAsyncResponseByteArray​(java.net.http.HttpRequest req, java.net.InetSocketAddress proxy)
    Get Async byte array Response
    static java.net.http.HttpResponse<java.io.InputStream> AsyncHttpClientUtil.getAsyncResponseInputStream​(java.net.http.HttpRequest req, java.net.InetSocketAddress proxy)
    Get Async InputStream Response
    static java.net.http.HttpResponse<java.lang.String> AsyncHttpClientUtil.getAsyncResponseString​(java.net.http.HttpRequest req, java.net.InetSocketAddress proxy)
    Get Async String Response
    static java.net.http.HttpResponse<byte[]> HttpClientUtil.getResponseByteArray​(java.net.http.HttpRequest req, java.net.InetSocketAddress proxy)
    Get Response with byte array body
    static java.net.http.HttpResponse<java.io.InputStream> HttpClientUtil.getResponseInputStream​(java.net.http.HttpRequest req, java.net.InetSocketAddress proxy)
    Get Response with inputstream body
    static java.net.http.HttpResponse<java.lang.String> HttpClientUtil.getResponseString​(java.net.http.HttpRequest req, java.net.InetSocketAddress proxy)
    Get Response with String body