Uses of Interface
org.apache.hc.client5.http.cookie.SetCookie
-
Packages that use SetCookie Package Description org.apache.hc.client5.http.cookie Client HTTP state management APIs.org.apache.hc.client5.http.impl.cookie Standard and common HTTP cookie management policies. -
-
Uses of SetCookie in org.apache.hc.client5.http.cookie
Methods in org.apache.hc.client5.http.cookie with parameters of type SetCookie Modifier and Type Method Description void
CookieAttributeHandler. parse(SetCookie cookie, java.lang.String value)
Parse the given cookie attribute value and processChallenge the correspondingCookie
property. -
Uses of SetCookie in org.apache.hc.client5.http.impl.cookie
Classes in org.apache.hc.client5.http.impl.cookie that implement SetCookie Modifier and Type Class Description class
BasicClientCookie
Default implementation ofSetCookie
.Methods in org.apache.hc.client5.http.impl.cookie with parameters of type SetCookie Modifier and Type Method Description void
BasicDomainHandler. parse(SetCookie cookie, java.lang.String value)
void
BasicExpiresHandler. parse(SetCookie cookie, java.lang.String value)
void
BasicHttpOnlyHandler. parse(SetCookie cookie, java.lang.String value)
void
BasicMaxAgeHandler. parse(SetCookie cookie, java.lang.String value)
void
BasicPathHandler. parse(SetCookie cookie, java.lang.String value)
void
BasicSecureHandler. parse(SetCookie cookie, java.lang.String value)
void
LaxExpiresHandler. parse(SetCookie cookie, java.lang.String value)
void
LaxMaxAgeHandler. parse(SetCookie cookie, java.lang.String value)
void
PublicSuffixDomainFilter. parse(SetCookie cookie, java.lang.String value)
-