Class CookieJar

java.lang.Object
All Implemented Interfaces:
Proxy, SessionFeature
Direct Known Subclasses:
CookieJarDB, CookieJarText

@Generated("io.github.jwharm.JavaGI") public class CookieJar extends GObject implements SessionFeature
Automatic cookie handling for SoupSession.

A SoupCookieJar stores Cookies and arrange for them to be sent with the appropriate Messages. SoupCookieJar implements SessionFeature, so you can add a cookie jar to a session with Session.addFeature(org.gnome.soup.SessionFeature) or Session.addFeatureByType(org.gnome.glib.Type).

Note that the base SoupCookieJar class does not support any form of long-term cookie persistence.