Uses of Class
java.net.CookieManager
-
Packages that use CookieManager Package Description jdk.incubator.http High level HTTP and WebSocket API -
-
Uses of CookieManager in jdk.incubator.http
Methods in jdk.incubator.http that return types with arguments of type CookieManager Modifier and Type Method Description abstract Optional<CookieManager>
HttpClient. cookieManager()
Returns anOptional
which contains this client'sCookieManager
.Methods in jdk.incubator.http with parameters of type CookieManager Modifier and Type Method Description abstract HttpClient.Builder
HttpClient.Builder. cookieManager(CookieManager cookieManager)
Sets a cookie manager.
-