Documentation

The Java™ Tutorials
Hide TOC
Custom CookieManager
Trail: Custom Networking
Lesson: Working With Cookies

Custom CookieManager

Two aspects of the CookieManager class can be customized, the CookiePolicy and the CookieStore.

CookiePolicy

For convenience, CookiePolicy defines the following pre-defined policies for accepting cookies:


Previous page: Default CookieManager
Next page: End of Trail