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 anOptionalwhich contains this client'sCookieManager.Methods in jdk.incubator.http with parameters of type CookieManager Modifier and Type Method Description abstract HttpClient.BuilderHttpClient.Builder. cookieManager(CookieManager cookieManager)Sets a cookie manager.
-