インターフェースの使用 
org.springframework.http.HttpMessage
HttpMessage を使用するパッケージ 
 パッケージ 
 説明 
 クライアント / サーバー側 HTTP の基本的な抽象化が含まれています。
 クライアント側の HTTP 上の抽象化が含まれています。
 このパッケージは、RestTemplate などの高レベルクラスで使用される汎用 HTTP サポートクラスを提供します。
JSON を処理するための HttpMessageConverter 実装を提供します。
 サーバー側の HTTP 上の抽象化が含まれています。
 クライアント / サーバー側の HTTP 抽象化のモック実装。
 クライアント側の HTTP 抽象化のモック実装。
 リアクティブ HTTP クライアント契約のモック実装。
 リアクティブ HTTP サーバー契約のモック実装。
WebTestClient を介した Spring WebFlux サーバーエンドポイントのテストのサポート。 クライアント側の Web サポートのコアパッケージ。
 マルチパート解決フレームワークのサポートクラス。
- org.springframework.http 内の HttpMessage 使用org.springframework.http 内の HttpMessage サブインターフェース
- org.springframework.http.client 内の HttpMessage 使用org.springframework.http.client 内の HttpMessage サブインターフェース修飾子と型インターフェース説明- interfaceクライアント側の HTTP リクエストを表します。- interfaceクライアント側の HTTP レスポンスを表します。HttpMessage を実装している org.springframework.http.client のクラス修飾子と型クラス説明- class- ClientHttpRequestの抽象ベース。ヘッダーと本文が複数回書き込まれないようにします。- class非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。6.0 以降、直接の代替はありません。6.2 で削除予定
- org.springframework.http.client.reactive 内の HttpMessage 使用org.springframework.http.client.reactive 内の HttpMessage サブインターフェース修飾子と型インターフェース説明- interfaceクライアント側のリアクティブ HTTP リクエストを表します。- interfaceクライアント側のリアクティブ HTTP レスポンスを表します。HttpMessage を実装している org.springframework.http.client.reactive のクラス修飾子と型クラス説明- class- ClientHttpRequest実装の基本クラス。- class- ClientHttpResponse実装の基本クラス。- class別の- ClientHttpRequestをラップし、すべてのメソッドをそれに委譲します。- class別の- ClientHttpResponseをラップし、すべてのメソッドをそれに委譲します。
- org.springframework.http.client.support 内の HttpMessage 使用HttpMessage を実装している org.springframework.http.client.support のクラス
- org.springframework.http.codec 内の HttpMessage 使用型 HttpMessage のパラメーターを持つ org.springframework.http.codec のメソッド修飾子と型メソッド説明- protected MediaTypeDecoderHttpMessageReader.- getContentType- (HttpMessage inputMessage) "Content-Type" ヘッダーに基づいて HTTP メッセージの Content-Type を決定するか、デフォルトで- MediaType.APPLICATION_OCTET_STREAMに設定します。
- org.springframework.http.converter.json 内の HttpMessage 使用HttpMessage を実装している org.springframework.http.converter.json のクラス
- org.springframework.http.server 内の HttpMessage 使用org.springframework.http.server 内の HttpMessage サブインターフェース修飾子と型インターフェース説明- interfaceサーバー側の HTTP リクエストを表します。- interfaceサーバー側の HTTP レスポンスを表します。HttpMessage を実装している org.springframework.http.server のクラス修飾子と型クラス説明- class特定のターゲット- ServerHttpResponseにすべての呼び出しを委譲する- ServerHttpResponseの実装。- class- HttpServletRequestEE に基づく- ServerHttpRequest実装。- class- HttpServletResponseEE に基づく- ServerHttpResponse実装。
- org.springframework.http.server.reactive 内の HttpMessage 使用org.springframework.http.server.reactive 内の HttpMessage サブインターフェース修飾子と型インターフェース説明- interfaceリアクティブなサーバー側の HTTP リクエストを表します。- interfaceリアクティブサーバー側の HTTP レスポンスを表します。HttpMessage を実装している org.springframework.http.server.reactive のクラス修飾子と型クラス説明- classリスナーベースのサーバーレスポンスの抽象基本クラス。- class- ServerHttpRequest実装の共通基本クラス。- class- ServerHttpResponse実装の基本クラス。- classHTTP HEAD リクエスト用の- ServerHttpResponseデコレータ。- class別の- ServerHttpRequestをラップし、すべてのメソッドをそれに委譲します。- class別の- ServerHttpResponseをラップし、すべてのメソッドをそれに委譲します。
- org.springframework.mock.http 内の HttpMessage 使用HttpMessage を実装している org.springframework.mock.http のクラス
- org.springframework.mock.http.client 内の HttpMessage 使用HttpMessage を実装している org.springframework.mock.http.client のクラス
- org.springframework.mock.http.client.reactive 内の HttpMessage 使用HttpMessage を実装している org.springframework.mock.http.client.reactive のクラス
- org.springframework.mock.http.server.reactive 内の HttpMessage 使用HttpMessage を実装している org.springframework.mock.http.server.reactive のクラス修飾子と型クラス説明- final class実際のサーバーなしでテストで使用するための- AbstractServerHttpRequestのモック拡張。- class実際のサーバーなしでテストで使用するための- AbstractServerHttpResponseのモック拡張。
- org.springframework.test.web.reactive.server 内の HttpMessage 使用org.springframework.test.web.reactive.server 内の HttpMessage サブインターフェース修飾子と型インターフェース説明- interfaceリクエストが実行された後のサーバーレスポンスの状態に関するさらなるアサーションのために、基盤となるモックサーバー交換からの結果オブジェクトも公開する単純な- ClientHttpResponse拡張。
- org.springframework.web.client 内の HttpMessage 使用org.springframework.web.client 内の HttpMessage サブインターフェース
- org.springframework.web.multipart.support 内の HttpMessage 使用HttpMessage を実装している org.springframework.web.multipart.support のクラス