net.tsz.afinal.http
类 PreferencesCookieStore

java.lang.Object
  继承者 net.tsz.afinal.http.PreferencesCookieStore

public class PreferencesCookieStore
extends java.lang.Object

保存到 Preferences 的cookie

作者:
michael yang

嵌套类摘要
 class PreferencesCookieStore.SerializableCookie
           
 
构造方法摘要
PreferencesCookieStore(Context context)
          Construct a persistent cookie store.
 
方法摘要
 void addCookie(Cookie cookie)
           
 void clear()
           
 boolean clearExpired(java.util.Date date)
           
 java.util.List<Cookie> getCookies()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PreferencesCookieStore

public PreferencesCookieStore(Context context)
Construct a persistent cookie store.

方法详细信息

addCookie

public void addCookie(Cookie cookie)

clear

public void clear()

clearExpired

public boolean clearExpired(java.util.Date date)

getCookies

public java.util.List<Cookie> getCookies()