Class CookieJarDB

java.lang.Object
All Implemented Interfaces:
Proxy, SessionFeature

@Generated("io.github.jwharm.JavaGI") public final class CookieJarDB extends CookieJar implements SessionFeature
Database-based Cookie Jar.

SoupCookieJarDB is a CookieJar that reads cookies from and writes them to a sqlite database in the new Mozilla format.

(This is identical to SoupCookieJarSqlite in libsoup-gnome; it has just been moved into libsoup proper, and renamed to avoid conflicting.)