| 接口 | 说明 |
|---|---|
| HttpClientConfigInterceptor |
Allows for interception during the creation of a new HttpClient.
|
| 类 | 说明 |
|---|---|
| HttpClientFactory |
Creates the initial HttpClient and keeps it as a singleton to preserve pooling strategies within the Http Client
|
| HttpCommand<R> |
HttpCommand is responsible for executing the actual request driven by the
HttpExecutor.
|
| HttpExecutorServiceImpl |
HttpExecutor is the default implementation for HttpExecutorService which is responsible for interfacing with HttpClient and mapping common status codes, requests and responses
back to the common API
|
| HttpResponseImpl |
Copyright © 2020. All rights reserved.