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 interfaceSetCookie2This interface represents aSet-Cookie2response 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 voidCookieAttributeHandler. parse(SetCookie cookie, java.lang.String value)Parse the given cookie attribute value and update the correspondingCookieproperty. -
Uses of SetCookie in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement SetCookie Modifier and Type Class Description classBasicClientCookieDefault implementation ofSetCookie.classBasicClientCookie2Default implementation ofSetCookie2.Methods in org.apache.http.impl.cookie with parameters of type SetCookie Modifier and Type Method Description voidBasicCommentHandler. parse(SetCookie cookie, java.lang.String value)voidBasicDomainHandler. parse(SetCookie cookie, java.lang.String value)voidBasicExpiresHandler. 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)voidBrowserCompatVersionAttributeHandler. parse(SetCookie cookie, java.lang.String value)Deprecated.Parse cookie version attribute.voidLaxExpiresHandler. parse(SetCookie cookie, java.lang.String value)voidLaxMaxAgeHandler. parse(SetCookie cookie, java.lang.String value)voidNetscapeDomainHandler. parse(SetCookie cookie, java.lang.String value)voidPublicSuffixDomainFilter. parse(SetCookie cookie, java.lang.String value)voidPublicSuffixFilter. parse(SetCookie cookie, java.lang.String value)Deprecated.voidRFC2109DomainHandler. parse(SetCookie cookie, java.lang.String value)voidRFC2109VersionHandler. parse(SetCookie cookie, java.lang.String value)voidRFC2965CommentUrlAttributeHandler. parse(SetCookie cookie, java.lang.String commenturl)voidRFC2965DiscardAttributeHandler. parse(SetCookie cookie, java.lang.String commenturl)voidRFC2965DomainAttributeHandler. parse(SetCookie cookie, java.lang.String domain)Parse cookie domain attribute.voidRFC2965PortAttributeHandler. parse(SetCookie cookie, java.lang.String portValue)Parse cookie port attribute.voidRFC2965VersionAttributeHandler. parse(SetCookie cookie, java.lang.String value)Parse cookie version attribute.
-