public interface HttpServerInfos extends HttpInfos, ConnectionInformation
Modifier and Type | Method and Description |
---|---|
Map<CharSequence,List<Cookie>> |
allCookies()
Returns resolved HTTP cookies.
|
cookies, fullPath, isKeepAlive, isWebsocket, method, path, requestId, uri, version
connectionHostAddress, connectionRemoteAddress, connectionScheme, hostAddress, hostName, hostPort, remoteAddress, scheme
Map<CharSequence,List<Cookie>> allCookies()
HttpInfos.cookies()
, this
returns all cookies, even if they have the same name.