Uses of Interface
com.luna.common.net.hander.AsyncHttpClientResponseHandler
-
Uses of AsyncHttpClientResponseHandler in com.luna.common.net.hander
Modifier and TypeClassDescriptionclass
Basic response handler which takes an url for documentation. -
Uses of AsyncHttpClientResponseHandler in com.luna.common.net.high
Modifier and TypeMethodDescriptionstatic <T> CustomAsyncHttpResponse
AsyncHttpUtils.doAsyncRequest
(org.apache.hc.core5.http.nio.AsyncRequestProducer producer, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponse
AsyncHttpUtils.doGet
(String host, String path, Map<String, String> headers, Map<String, String> queries, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponse
AsyncHttpUtils.doPost
(String host, String path, Map<String, String> headers, Map<String, String> queries, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponse
AsyncHttpUtils.doPost
(String host, String path, Map<String, String> headers, Map<String, String> queries, File file, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponse
AsyncHttpUtils.doPost
(String host, String path, Map<String, String> headers, Map<String, String> queries, String body, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponse
AsyncHttpUtils.doPost
(String host, String path, Map<String, String> headers, Map<String, String> queries, Path file, AsyncHttpClientResponseHandler<T> responseHandler)