Uses of Class
java.net.CookieManager
-
Packages that use CookieManager 软件包 描述 jdk.incubator.http 高级HTTP和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 方法 描述 abstract Optional<CookieManager>
HttpClient. cookieManager()
返回一个Optional
,其中包含该客户端的CookieManager
。Methods in jdk.incubator.http with parameters of type CookieManager Modifier and Type 方法 描述 abstract HttpClient.Builder
HttpClient.Builder. cookieManager(CookieManager cookieManager)
设置一个cookie管理器。
-