Searched defs:CookieManager (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DCookieManager.java36 * CookieManager provides a concrete implementation of {@link CookieHandler},
38 * and rejecting cookies. A CookieManager is initialized with a {@link CookieStore}
50 * CookieManager -------> CookiePolicy
69 * CookiePolicy.shouldAccept will be called by CookieManager.put to see whether
73 * and tell CookieManager to use it.
77 * If not specified when created, a CookieManager instance will use an internal
78 * in-memory implementation. Or user can implements one and tell CookieManager
83 * are used by CookieManager. Others are for completeness and might be needed
93 * <li>Let CookieManager be the default {@link CookieHandler} implementation,
95 * and tell default CookieManager t
117 public class CookieManager extends CookieHandler class in inherits:CookieHandler
136 public CookieManager() { method in class:CookieManager
152 public CookieManager(CookieStore store, method in class:CookieManager
[all...]

Completed in 35 milliseconds