org.browsermob.proxy.http
Class BlankCookieStore
java.lang.Object
org.browsermob.proxy.http.BlankCookieStore
- All Implemented Interfaces:
- org.apache.http.client.CookieStore
public class BlankCookieStore
- extends Object
- implements org.apache.http.client.CookieStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlankCookieStore
public BlankCookieStore()
addCookie
public void addCookie(org.apache.http.cookie.Cookie cookie)
- Specified by:
addCookie in interface org.apache.http.client.CookieStore
getCookies
public List<org.apache.http.cookie.Cookie> getCookies()
- Specified by:
getCookies in interface org.apache.http.client.CookieStore
clearExpired
public boolean clearExpired(Date date)
- Specified by:
clearExpired in interface org.apache.http.client.CookieStore
clear
public void clear()
- Specified by:
clear in interface org.apache.http.client.CookieStore
Copyright © 2011. All Rights Reserved.