Interface Request
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPathArguments
(List<String> pathArguments) For testing purposes only.
-
Method Details
-
getCookies
Cookies getCookies() -
getHeaders
Headers getHeaders() -
openBodyStream
- Returns:
- Stream for reading the request entity. May be
null
. - Throws:
IOException
-
getMethod
Method getMethod() -
getPathArguments
-
getReference
Reference getReference()- Returns:
- Full request URI including query. Note that this may not be the URI that the user agent supplies or sees.
- See Also:
-
getRemoteAddr
String getRemoteAddr()- Returns:
- Client IP address. Note that this may not be the user agent IP address, as in the case of e.g. running behind a reverse proxy server.
- See Also:
-
setPathArguments
-