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 class
BasicExpiresHandler
Cookieexpires
attribute handler.class
BasicMaxAgeHandler
Cookiemax-age
attribute handler.class
BasicSecureHandler
Cookiesecure
attribute handler.class
LaxExpiresHandler
Cookieexpires
attribute handler conformant to the more relaxed interpretation of HTTP state management.class
LaxMaxAgeHandler
Cookiemax-age
attribute handler conformant to the more relaxed interpretation of HTTP state management.
-