程序包 com.alibaba.nacos.common.http.client.request
-
接口概要 接口 说明 AsyncHttpClientRequest Represents a client-side Async HTTP request.HttpClientRequest Represents a client-side HTTP request. -
类概要 类 说明 DefaultAsyncHttpClientRequest AsyncHttpClientRequestimplementation that uses apache async http client to execute streaming requests.DefaultHttpClientRequest HttpClientRequestimplementation that uses apache http client to execute streaming requests.JdkHttpClientRequest JDK http client request implement.