org.browsermob.proxy.http
Class BlankCookieStore

java.lang.Object
  extended by org.browsermob.proxy.http.BlankCookieStore
All Implemented Interfaces:
org.apache.http.client.CookieStore

public class BlankCookieStore
extends Object
implements org.apache.http.client.CookieStore


Constructor Summary
BlankCookieStore()
           
 
Method Summary
 void addCookie(org.apache.http.cookie.Cookie cookie)
           
 void clear()
           
 boolean clearExpired(Date date)
           
 List<org.apache.http.cookie.Cookie> getCookies()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankCookieStore

public BlankCookieStore()
Method Detail

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.