| パッケージ | 説明 |
|---|---|
| org.springframework.http.server | サーバー側の HTTP 上の抽象化が含まれています。 |
| org.springframework.http.server.reactive |
| 修飾子と型 | メソッドと説明 |
|---|---|
RequestPath | RequestPath.modifyContextPath(java.lang.String contextPath) コンテキストパスが変更された新しい RequestPath インスタンスを返します。 |
static RequestPath | RequestPath.parse(java.net.URI uri, java.lang.String contextPath) 指定されたパラメーターで新しい RequestPath を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
RequestPath | ServerHttpRequestDecorator.getPath() |
RequestPath | ServerHttpRequest.getPath() コンテキストパス + アプリケーション部分内のパス、エンコードされた値とデコードされた値を持つパスセグメント、パスパラメーターを含むリクエストパスの構造化された表現を返します。 |
RequestPath | AbstractServerHttpRequest.getPath() |