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 voidCookieAttributeHandler. parse(SetCookie cookie, java.lang.String value)Parse the given cookie attribute value and processChallenge the correspondingCookieproperty. -
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 classBasicClientCookieDefault implementation ofSetCookie.Methods in org.apache.hc.client5.http.impl.cookie with parameters of type SetCookie Modifier and Type Method Description voidBasicDomainHandler. parse(SetCookie cookie, java.lang.String value)voidBasicExpiresHandler. parse(SetCookie cookie, java.lang.String value)voidBasicHttpOnlyHandler. parse(SetCookie cookie, java.lang.String value)voidBasicMaxAgeHandler. parse(SetCookie cookie, java.lang.String value)voidBasicPathHandler. parse(SetCookie cookie, java.lang.String value)voidBasicSecureHandler. parse(SetCookie cookie, java.lang.String value)voidLaxExpiresHandler. parse(SetCookie cookie, java.lang.String value)voidLaxMaxAgeHandler. parse(SetCookie cookie, java.lang.String value)voidPublicSuffixDomainFilter. parse(SetCookie cookie, java.lang.String value)
-