| 程序包 | 说明 |
|---|---|
| org.cef.callback | |
| org.cef.handler | |
| org.cef.network |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefCookieVisitor.visit(CefCookie cookie,
int count,
int total,
BoolRef delete)
Method that will be called once for each cookie.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefResourceHandlerAdapter.canGetCookie(CefCookie cookie) |
boolean |
CefResourceHandler.canGetCookie(CefCookie cookie)
Return true if the specified cookie can be sent with the request or false
otherwise.
|
boolean |
CefResourceHandlerAdapter.canSetCookie(CefCookie cookie) |
boolean |
CefResourceHandler.canSetCookie(CefCookie cookie)
Return true if the specified cookie returned with the response can be set
or false otherwise.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract boolean |
CefCookieManager.setCookie(String url,
CefCookie cookie)
Sets a cookie given a valid URL and explicit user-provided cookie
attributes.
|
Copyright © 2017. All rights reserved.