| パッケージ | 説明 |
|---|---|
| org.springframework.http.client | クライアント側の HTTP 上の抽象化が含まれています。 |
| org.springframework.http.client.support | このパッケージは、RestTemplate などの高レベルクラスで使用される汎用 HTTP サポートクラスを提供します。 |
| コンストラクターと説明 |
|---|
InterceptingAsyncClientHttpRequestFactory(AsyncClientHttpRequestFactory delegate, ListSE<AsyncClientHttpRequestInterceptor> interceptors) 使用すべきではありません。 委譲されたリクエストファクトリとインターセプターのリストを使用して、 InterceptingAsyncClientHttpRequestFactory の新しいインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ListSE<AsyncClientHttpRequestInterceptor> | InterceptingAsyncHttpAccessor.getInterceptors() 使用すべきではありません。 このアクセサーが使用するリクエストインターセプターを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | InterceptingAsyncHttpAccessor.setInterceptors(ListSE<AsyncClientHttpRequestInterceptor> interceptors) 使用すべきではありません。 このアクセサーが使用するリクエストインターセプターを設定します。 |