インターフェースの使用
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 のクラス修飾子と型クラス説明classClientHttpRequestの抽象ベース。ヘッダーと本文が複数回書き込まれないようにします。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 のクラス修飾子と型クラス説明classClientHttpRequest実装の基本クラス。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の実装。classHttpServletRequestEE に基づくServerHttpRequest実装。classHttpServletResponseEE に基づくServerHttpResponse実装。org.springframework.http.server.reactive 内の HttpMessage 使用
org.springframework.http.server.reactive 内の HttpMessage サブインターフェース修飾子と型インターフェース説明interfaceリアクティブなサーバー側の HTTP リクエストを表します。interfaceリアクティブサーバー側の HTTP レスポンスを表します。HttpMessage を実装している org.springframework.http.server.reactive のクラス修飾子と型クラス説明classリスナーベースのサーバーレスポンスの抽象基本クラス。classServerHttpRequest実装の共通基本クラス。classServerHttpResponse実装の基本クラス。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 のクラス