Uses of Class
org.seppiko.commons.utils.exceptions.HttpRuntimeException
Packages that use HttpRuntimeException
Package
Description
util exception classes
HttpClient URI and TLS util classes
-
Uses of HttpRuntimeException in org.seppiko.commons.utils.exceptions
Subclasses of HttpRuntimeException in org.seppiko.commons.utils.exceptionsModifier and TypeClassDescriptionclassHTTP Interrupted ExceptionclassHTTP Timeout ExceptionclassHTTP TLS Exception -
Uses of HttpRuntimeException in org.seppiko.commons.utils.http
Methods in org.seppiko.commons.utils.http that throw HttpRuntimeExceptionModifier and TypeMethodDescriptionstatic HttpResponse<byte[]> AsyncHttpClientUtil.getAsyncResponseByteArray(HttpRequest req, SSLContext sslContext, InetSocketAddress proxy) Get Async byte array Responsestatic HttpResponse<InputStream> AsyncHttpClientUtil.getAsyncResponseInputStream(HttpRequest req, SSLContext sslContext, InetSocketAddress proxy) Get Async InputStream Responsestatic HttpResponse<String> AsyncHttpClientUtil.getAsyncResponseString(HttpRequest req, SSLContext sslContext, InetSocketAddress proxy) Get Async String Responsestatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, HttpHeaders headers, byte[] requestBody) Get Request instance with byte arraystatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, HttpHeaders headers, InputStream requestBody) Get Request instance with InputStreamstatic HttpRequestHttpClientUtil.getRequest(String url, HttpMethod method, int timeout, HttpHeaders headers, String requestBody) Get Request instance with String