Uses of Interface
org.apache.http.cookie.SetCookie
-
Packages that use SetCookie Package Description org.apache.http.cookie Client HTTP state management APIs.org.apache.http.impl.cookie Default implementations of standard and common HTTP state management policies. -
-
Uses of SetCookie in org.apache.http.cookie
Subinterfaces of SetCookie in org.apache.http.cookie Modifier and Type Interface Description interface
SetCookie2
This interface represents aSet-Cookie2
response header sent by the origin server to the HTTP agent in order to maintain a conversational state.Methods in org.apache.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 update the correspondingCookie
property. -
Uses of SetCookie in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement SetCookie Modifier and Type Class Description class
BasicClientCookie
Default implementation ofSetCookie
.class
BasicClientCookie2
Default implementation ofSetCookie2
.Methods in org.apache.http.impl.cookie with parameters of type SetCookie Modifier and Type Method Description void
BasicCommentHandler. parse(SetCookie cookie, java.lang.String value)
void
BasicDomainHandler. parse(SetCookie cookie, java.lang.String value)
void
BasicExpiresHandler. 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
BrowserCompatVersionAttributeHandler. parse(SetCookie cookie, java.lang.String value)
Deprecated.Parse cookie version attribute.void
LaxExpiresHandler. parse(SetCookie cookie, java.lang.String value)
void
LaxMaxAgeHandler. parse(SetCookie cookie, java.lang.String value)
void
NetscapeDomainHandler. parse(SetCookie cookie, java.lang.String value)
void
PublicSuffixDomainFilter. parse(SetCookie cookie, java.lang.String value)
void
PublicSuffixFilter. parse(SetCookie cookie, java.lang.String value)
Deprecated.void
RFC2109DomainHandler. parse(SetCookie cookie, java.lang.String value)
void
RFC2109VersionHandler. parse(SetCookie cookie, java.lang.String value)
void
RFC2965CommentUrlAttributeHandler. parse(SetCookie cookie, java.lang.String commenturl)
void
RFC2965DiscardAttributeHandler. parse(SetCookie cookie, java.lang.String commenturl)
void
RFC2965DomainAttributeHandler. parse(SetCookie cookie, java.lang.String domain)
Parse cookie domain attribute.void
RFC2965PortAttributeHandler. parse(SetCookie cookie, java.lang.String portValue)
Parse cookie port attribute.void
RFC2965VersionAttributeHandler. parse(SetCookie cookie, java.lang.String value)
Parse cookie version attribute.
-