public interface HttpInfos
Modifier and Type | Method and Description |
---|---|
Map<CharSequence,Set<Cookie>> |
cookies()
Returns resolved HTTP cookies
|
String |
fullPath()
Returns the decoded path portion from the
uri() |
boolean |
isKeepAlive()
Is the request keep alive
|
boolean |
isWebsocket()
Returns true if websocket connection (upgraded)
|
HttpMethod |
method()
Returns the resolved request method (HTTP 1.1 etc)
|
default String |
path()
Returns the decoded path portion from the
uri() without the leading and trailing '/' if present |
String |
uri()
Returns the resolved target address
|
HttpVersion |
version()
Returns the resolved request version (HTTP 1.1 etc)
|
Map<CharSequence,Set<Cookie>> cookies()
boolean isKeepAlive()
boolean isWebsocket()
HttpMethod method()
default String path()
uri()
without the leading and trailing '/' if presenturi()
without the leading and trailing '/' if presentString fullPath()
uri()
uri()
String uri()
HttpVersion version()