public interface HttpInfos
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.CharSequence,java.util.Set<io.netty.handler.codec.http.cookie.Cookie>> |
cookies()
Return resolved HTTP cookies
|
boolean |
isKeepAlive()
Is the request keepAlive
|
boolean |
isWebsocket()
Return true if websocket connection (upgraded)
|
io.netty.handler.codec.http.HttpMethod |
method()
Return the resolved request method (HTTP 1.1 etc)
|
default java.lang.String |
path()
Return a normalized
uri() without the leading and trailing '/' if present |
java.lang.String |
uri()
Return the resolved target address
|
io.netty.handler.codec.http.HttpVersion |
version()
Return the resolved request version (HTTP 1.1 etc)
|
java.util.Map<java.lang.CharSequence,java.util.Set<io.netty.handler.codec.http.cookie.Cookie>> cookies()
boolean isKeepAlive()
boolean isWebsocket()
io.netty.handler.codec.http.HttpMethod method()
default java.lang.String path()
uri()
without the leading and trailing '/' if presenturi()
without the leading and trailingjava.lang.String uri()
io.netty.handler.codec.http.HttpVersion version()