Uses of Class
com.luna.common.net.async.CustomAsyncHttpResponse
Packages that use CustomAsyncHttpResponse
-
Uses of CustomAsyncHttpResponse in com.luna.common.net.async
Methods in com.luna.common.net.async that return CustomAsyncHttpResponseModifier and TypeMethodDescriptionprotected CustomAsyncHttpResponseCustomResponseConsumer.buildResult(org.apache.hc.core5.http.HttpResponse response, byte[] entity, org.apache.hc.core5.http.ContentType contentType) static CustomAsyncHttpResponseCustomAsyncHttpResponse.copy(org.apache.hc.core5.http.HttpResponse original) static CustomAsyncHttpResponseCustomAsyncHttpResponse.create(int code) static CustomAsyncHttpResponseCustomAsyncHttpResponse.create(int code, byte[] content) static CustomAsyncHttpResponseCustomAsyncHttpResponse.create(int code, byte[] content, org.apache.hc.core5.http.ContentType contentType) static CustomAsyncHttpResponsestatic CustomAsyncHttpResponseCustomAsyncHttpResponse.create(int code, String content, org.apache.hc.core5.http.ContentType contentType) -
Uses of CustomAsyncHttpResponse in com.luna.common.net.high
Methods in com.luna.common.net.high that return CustomAsyncHttpResponseModifier and TypeMethodDescriptionstatic <T> CustomAsyncHttpResponseAsyncHttpUtils.doAsyncRequest(org.apache.hc.core5.http.nio.AsyncRequestProducer producer, AsyncHttpClientResponseHandler<T> responseHandler) static CustomAsyncHttpResponseAsyncHttpUtils.doAsyncRequest(org.apache.hc.core5.http.nio.AsyncRequestProducer producer, org.apache.hc.core5.concurrent.FutureCallback<CustomAsyncHttpResponse> callback) 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) Methods in com.luna.common.net.high that return types with arguments of type CustomAsyncHttpResponseModifier and TypeMethodDescriptionstatic Future<CustomAsyncHttpResponse>AsyncHttpUtils.doAsyncRequestFuture(org.apache.hc.core5.http.nio.AsyncRequestProducer producer, org.apache.hc.core5.concurrent.FutureCallback<CustomAsyncHttpResponse> callback) Method parameters in com.luna.common.net.high with type arguments of type CustomAsyncHttpResponseModifier and TypeMethodDescriptionstatic CustomAsyncHttpResponseAsyncHttpUtils.doAsyncRequest(org.apache.hc.core5.http.nio.AsyncRequestProducer producer, org.apache.hc.core5.concurrent.FutureCallback<CustomAsyncHttpResponse> callback) static Future<CustomAsyncHttpResponse>AsyncHttpUtils.doAsyncRequestFuture(org.apache.hc.core5.http.nio.AsyncRequestProducer producer, org.apache.hc.core5.concurrent.FutureCallback<CustomAsyncHttpResponse> callback)