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