クラスの使用
org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper
AbstractClientHttpRequestFactoryWrapper を使用するパッケージ
org.springframework.http.client 内の AbstractClientHttpRequestFactoryWrapper 使用
修飾子と型クラス説明class送信コンテンツと受信コンテンツをメモリにバッファリングするために別のものをラップするClientHttpRequestFactory。これにより、リクエストにコンテンツ長を設定し、レスポンス本文を複数回読み取ることができます。classClientHttpRequestInterceptorsをサポートするClientHttpRequestFactoryラッパー。