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 TypeClassDescriptionclassBasic 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> CustomAsyncHttpResponseAsyncHttpUtils.doAsyncRequest(org.apache.hc.core5.http.nio.AsyncRequestProducer producer, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponseAsyncHttpUtils.doGet(String host, String path, Map<String, String> headers, Map<String, String> queries, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponseAsyncHttpUtils.doPost(String host, String path, Map<String, String> headers, Map<String, String> queries, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponseAsyncHttpUtils.doPost(String host, String path, Map<String, String> headers, Map<String, String> queries, File file, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponseAsyncHttpUtils.doPost(String host, String path, Map<String, String> headers, Map<String, String> queries, String body, AsyncHttpClientResponseHandler<T> responseHandler) static <T> CustomAsyncHttpResponseAsyncHttpUtils.doPost(String host, String path, Map<String, String> headers, Map<String, String> queries, Path file, AsyncHttpClientResponseHandler<T> responseHandler)