gnu.inet.http
Class SimpleCookieManager
java.lang.Object
gnu.inet.http.SimpleCookieManager
- CookieManager
public class SimpleCookieManager
extends java.lang.Object
A simple non-persistent cookie manager. This class can be extended to
provide cookie persistence.
- Chris Burdess
protected java.util.Map | cookies - The cookie cache.
|
cookies
protected java.util.Map cookies
The cookie cache.
This is a dictionary mapping domains to maps of cookies by name.
SimpleCookieManager
public SimpleCookieManager()
Constructor.
© Copyright 2003 The Free Software Foundation,
all rights reserved