public interface HttpRequest extends HttpMessage
| 修飾子と型 | メソッドと説明 |
|---|---|
default HttpMethod | getMethod() リクエストの HTTP メソッドを返します。 |
StringSE | getMethodValue() リクエストの HTTP メソッドを文字列として返します |
URISE | getURI() リクエストの URI を返します。 |
getHeaders@Nullable default HttpMethod getMethod()
null (たとえば非標準の HTTP メソッドの場合)StringSE getMethodValue()
URISE getURI()
null ではない)