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()
Returns resolved HTTP cookies
|
java.lang.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)
|
io.netty.handler.codec.http.HttpMethod |
method()
Returns the resolved request method (HTTP 1.1 etc)
|
default java.lang.String |
path()
Returns the decoded path portion from the
uri() without the leading and trailing '/' if present |
java.lang.String |
uri()
Returns the resolved target address
|
io.netty.handler.codec.http.HttpVersion |
version()
Returns 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 trailing '/' if presentjava.lang.String fullPath()
uri()
uri()
java.lang.String uri()
io.netty.handler.codec.http.HttpVersion version()