public interface HttpServerInfos extends HttpInfos, ConnectionInformation
| Modifier and Type | Method and Description |
|---|---|
Map<CharSequence,List<io.netty.handler.codec.http.cookie.Cookie>> |
allCookies()
Returns resolved HTTP cookies.
|
cookies, fullPath, isKeepAlive, isWebsocket, method, path, requestId, uri, versionconnectionHostAddress, connectionRemoteAddress, connectionScheme, hostAddress, remoteAddress, schemeMap<CharSequence,List<io.netty.handler.codec.http.cookie.Cookie>> allCookies()
HttpInfos.cookies(), this
returns all cookies, even if they have the same name.