Uses of Class
org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
-
Packages that use AbstractCookieAttributeHandler Package Description org.apache.hc.client5.http.impl.cookie Standard and common HTTP cookie management policies. -
-
Uses of AbstractCookieAttributeHandler in org.apache.hc.client5.http.impl.cookie
Subclasses of AbstractCookieAttributeHandler in org.apache.hc.client5.http.impl.cookie Modifier and Type Class Description classBasicExpiresHandlerCookieexpiresattribute handler.classBasicMaxAgeHandlerCookiemax-ageattribute handler.classBasicSecureHandlerCookiesecureattribute handler.classLaxExpiresHandlerCookieexpiresattribute handler conformant to the more relaxed interpretation of HTTP state management.classLaxMaxAgeHandlerCookiemax-ageattribute handler conformant to the more relaxed interpretation of HTTP state management.
-