Java java.net CookiePolicy fields, constructors, methods, implement or subclass

Example usage for Java java.net CookiePolicy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net CookiePolicy.

The text is from its open source code.

Implementation

java.net.CookiePolicy has the following implementations.
Click this link to see all its implementation.

Field

CookiePolicyACCEPT_ALL
One pre-defined policy which accepts all cookies.
CookiePolicyACCEPT_NONE
One pre-defined policy which accepts no cookies.
CookiePolicyACCEPT_ORIGINAL_SERVER
One pre-defined policy which only accepts cookies from original server.