Uses of Class
org.apache.http.impl.cookie.RFC2109Spec
-
Packages that use RFC2109Spec Package Description org.apache.http.impl.cookie Default implementations of standard and common HTTP state management policies. -
-
Uses of RFC2109Spec in org.apache.http.impl.cookie
Subclasses of RFC2109Spec in org.apache.http.impl.cookie Modifier and Type Class Description class
RFC2965Spec
RFC 2965 compliantCookieSpec
implementation.Fields in org.apache.http.impl.cookie declared as RFC2109Spec Modifier and Type Field Description private RFC2109Spec
DefaultCookieSpec. obsoleteStrict
Constructors in org.apache.http.impl.cookie with parameters of type RFC2109Spec Constructor Description DefaultCookieSpec(RFC2965Spec strict, RFC2109Spec obsoleteStrict, NetscapeDraftSpec netscapeDraft)
-