Package-level declarations

Contains classes that allow you to manage cookies.

Contains classes that allow you to manage cookies.

Types

Link copied to clipboard
public interface Cookie
public interface Cookie
An HTTP cookie.
Link copied to clipboard
public interface CookieStore implements ProfileService
public interface CookieStore implements ProfileService
A service that allows working with the session and persistent cookies.
Link copied to clipboard
public interface PartitionKey
public interface PartitionKey
The site (scheme and domain) of the top-level URL where another embedded context sets a cookie.
Link copied to clipboard
public enum SameSite
public enum SameSite
Represents the SameSite cookie attribute values of the `Set-Cookie` HTTP response header.