Uses of Interface
org.apache.http.cookie.SetCookie
| Package | Description |
|---|---|
| org.apache.http.cookie |
The API for client-side state management via cookies,
commonly referred to as HttpCookie.
|
| org.apache.http.impl.cookie |
-
Uses of SetCookie in org.apache.http.cookie
Subinterfaces of SetCookie in org.apache.http.cookie Modifier and Type Interface Description interfaceSetCookie2This interface represents aSetCookie2response header sent by the origin server to the HTTP agent in order to maintain a conversational state. -
Uses of SetCookie in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement SetCookie Modifier and Type Class Description classBasicClientCookieHTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.classBasicClientCookie2HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session as specified by RFC2965.Methods in org.apache.http.impl.cookie with parameters of type SetCookie Modifier and Type Method Description voidBasicCommentHandler. parse(SetCookie cookie, String value)voidBasicDomainHandler. parse(SetCookie cookie, String value)voidBasicExpiresHandler. parse(SetCookie cookie, String value)voidBasicMaxAgeHandler. parse(SetCookie cookie, String value)voidBasicPathHandler. parse(SetCookie cookie, String value)voidBasicSecureHandler. parse(SetCookie cookie, String value)voidRFC2109DomainHandler. parse(SetCookie cookie, String value)voidRFC2109VersionHandler. parse(SetCookie cookie, String value)voidRFC2965CommentUrlAttributeHandler. parse(SetCookie cookie, String commenturl)voidRFC2965DiscardAttributeHandler. parse(SetCookie cookie, String commenturl)voidRFC2965DomainAttributeHandler. parse(SetCookie cookie, String domain)Parse cookie domain attribute.voidRFC2965PortAttributeHandler. parse(SetCookie cookie, String portValue)Parse cookie port attribute.voidRFC2965VersionAttributeHandler. parse(SetCookie cookie, String value)Parse cookie version attribute.