接口的使用
com.luna.common.net.hander.AsyncHttpClientResponseHandler
-
com.luna.common.net.hander中AsyncHttpClientResponseHandler的使用
修饰符和类型类说明classBasic response handler which takes an url for documentation. -
com.luna.common.net.high中AsyncHttpClientResponseHandler的使用
修饰符和类型方法说明static <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)