Package org.oxerr.http.client
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
-
Method Summary
Methods inherited from class org.apache.http.impl.client.BasicCookieStore
addCookie, addCookies, clear, clearExpired, getCookies, toString
-
Constructor Details
-
FileCookieStore
- Throws:
IOException
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-