public final class CefCookie extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Date |
creation
The cookie creation date.
|
String |
domain
If domain is empty a host cookie will be created instead of a domain
cookie.
|
Date |
expires |
boolean |
hasExpires
The cookie expiration date is only valid if |has_expires| is true.
|
boolean |
httponly
If httponly is true the cookie will only be sent for HTTP requests.
|
Date |
lastAccess
The cookie last access date.
|
String |
name
The cookie name.
|
String |
path
If path is non-empty only URLs at or below the path will get the cookie
value.
|
boolean |
secure
If secure is true the cookie will only be sent for HTTPS requests.
|
String |
value
The cookie value.
|
public final String name
public final String value
public final String domain
public final String path
public final boolean secure
public final boolean httponly
public final Date creation
public final Date lastAccess
public final boolean hasExpires
public final Date expires
Copyright © 2017. All rights reserved.