Uses of Interface
com.luna.common.net.hander.AsyncHttpClientResponseHandler
Packages that use AsyncHttpClientResponseHandler
-
Uses of AsyncHttpClientResponseHandler in com.luna.common.net.hander
Classes in com.luna.common.net.hander that implement AsyncHttpClientResponseHandlerModifier and TypeClassDescriptionclass
Basic response handler which takes an url for documentation. -
Uses of AsyncHttpClientResponseHandler in com.luna.common.net.high
Methods in com.luna.common.net.high with parameters of type AsyncHttpClientResponseHandlerModifier 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)