Uses of Interface
org.asynchttpclient.cookie.CookieStore
-
Packages that use CookieStore Package Description org.asynchttpclient org.asynchttpclient.cookie -
-
Uses of CookieStore in org.asynchttpclient
Methods in org.asynchttpclient that return CookieStore Modifier and Type Method Description CookieStoreAsyncHttpClientConfig. getCookieStore()Return cookie store that is used to store and retrieve cookiesCookieStoreDefaultAsyncHttpClientConfig. getCookieStore()Methods in org.asynchttpclient with parameters of type CookieStore Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setCookieStore(CookieStore cookieStore) -
Uses of CookieStore in org.asynchttpclient.cookie
Classes in org.asynchttpclient.cookie that implement CookieStore Modifier and Type Class Description classThreadSafeCookieStoreConstructors in org.asynchttpclient.cookie with parameters of type CookieStore Constructor Description CookieEvictionTask(long evictDelayInMs, CookieStore cookieStore)
-