Uses of Class
org.apache.hc.client5.http.cookie.MalformedCookieException
-
Packages that use MalformedCookieException 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 MalformedCookieException in org.apache.hc.client5.http.cookie
Subclasses of MalformedCookieException in org.apache.hc.client5.http.cookie Modifier and Type Class Description class
CookieRestrictionViolationException
Signals that a cookie violates a restriction imposed by the cookie specification.Methods in org.apache.hc.client5.http.cookie that throw MalformedCookieException 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.java.util.List<Cookie>
CookieSpec. parse(org.apache.hc.core5.http.Header header, CookieOrigin origin)
Parse the"Set-Cookie"
Header into an array of Cookies.void
CookieAttributeHandler. validate(Cookie cookie, CookieOrigin origin)
Performs cookie validation for the given attribute value.void
CookieSpec. validate(Cookie cookie, CookieOrigin origin)
Validate the cookie according to validation rules defined by the cookie specification. -
Uses of MalformedCookieException in org.apache.hc.client5.http.impl.cookie
Methods in org.apache.hc.client5.http.impl.cookie that throw MalformedCookieException 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)
protected java.util.List<Cookie>
CookieSpecBase. parse(org.apache.hc.core5.http.HeaderElement[] elems, CookieOrigin origin)
java.util.List<Cookie>
IgnoreSpecSpec. parse(org.apache.hc.core5.http.Header header, CookieOrigin origin)
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)
java.util.List<Cookie>
RFC6265CookieSpec. parse(org.apache.hc.core5.http.Header header, CookieOrigin origin)
void
AbstractCookieAttributeHandler. validate(Cookie cookie, CookieOrigin origin)
void
BasicDomainHandler. validate(Cookie cookie, CookieOrigin origin)
void
BasicHttpOnlyHandler. validate(Cookie cookie, CookieOrigin origin)
void
BasicPathHandler. validate(Cookie cookie, CookieOrigin origin)
void
CookieSpecBase. validate(Cookie cookie, CookieOrigin origin)
void
PublicSuffixDomainFilter. validate(Cookie cookie, CookieOrigin origin)
void
RFC6265CookieSpec. validate(Cookie cookie, CookieOrigin origin)
-