类 DefaultAsyncHttpClientRequest

java.lang.Object
com.alibaba.nacos.common.http.client.request.DefaultAsyncHttpClientRequest
所有已实现的接口:
AsyncHttpClientRequest, Closeable, AutoCloseable

public class DefaultAsyncHttpClientRequest extends Object implements AsyncHttpClientRequest
AsyncHttpClientRequest implementation that uses apache async http client to execute streaming requests.
作者:
mai.jh
  • 构造器详细资料

    • DefaultAsyncHttpClientRequest

      public DefaultAsyncHttpClientRequest(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient asyncClient, org.apache.hc.core5.reactor.DefaultConnectingIOReactor ioReactor, org.apache.hc.client5.http.config.RequestConfig defaultConfig)
  • 方法详细资料