| パッケージ | 説明 |
|---|---|
| org.springframework.http.client | クライアント側の HTTP 上の抽象化が含まれています。 |
| org.springframework.http.client.support | このパッケージは、RestTemplate などの高レベルクラスで使用される汎用 HTTP サポートクラスを提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ClientHttpResponse | ClientHttpRequestInterceptor.intercept(HttpRequest request, byte[] body, ClientHttpRequestExecution execution) 指定されたリクエストをインターセプトし、レスポンスを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ClientHttpResponse | BasicAuthorizationInterceptor.intercept(HttpRequest request, byte[] body, ClientHttpRequestExecution execution) 使用すべきではありません。 |
ClientHttpResponse | BasicAuthenticationInterceptor.intercept(HttpRequest request, byte[] body, ClientHttpRequestExecution execution) |