public interface HttpRequest extends HttpMessage
Modifier and Type | Method and Description |
---|---|
String |
getApiPathInfo()
Retrieves the path info related to this API.
|
String |
getMethod()
Retrieves the method.
|
String |
getPathInfo()
Retrieves the path information.
|
Map<String,String> |
getQueryParameters()
Deprecated.
Use getQueryParametersMultiValue instead
|
default Map<String,String[]> |
getQueryParametersMultiValue()
Retrieves the query parameters as multi-value array.
|
String |
getQueryString()
Retrieves the query string.
|
String |
getRemoteHost()
Retrieves the remote host.
|
Integer |
getRemotePort()
Retrieves the remote port.
|
String |
getRequestURI()
Retrieves the request URI.
|
getBodyAsType, getHeader, getHeaders
String getMethod()
String getRequestURI()
@Deprecated Map<String,String> getQueryParameters()
default Map<String,String[]> getQueryParametersMultiValue()
String getPathInfo()
String getQueryString()
String getRemoteHost()
Integer getRemotePort()
String getApiPathInfo()