Class FileCookieStore

java.lang.Object
org.apache.http.impl.client.BasicCookieStore
org.oxerr.http.client.FileCookieStore
All Implemented Interfaces:
Serializable, AutoCloseable, org.apache.http.client.CookieStore

public class FileCookieStore extends org.apache.http.impl.client.BasicCookieStore implements AutoCloseable
Implementation of CookieStore using file as backend store.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.apache.http.impl.client.BasicCookieStore

    addCookie, addCookies, clear, clearExpired, getCookies, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait