| 程序包 | 说明 |
|---|---|
| org.cef | |
| org.cef.callback | |
| org.cef.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefClient.getAuthCredentials(CefBrowser browser,
boolean isProxy,
String host,
int port,
String realm,
String scheme,
CefAuthCallback callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefURLRequestClient.getAuthCredentials(boolean isProxy,
String host,
int port,
String realm,
String scheme,
CefAuthCallback callback)
Called on the IO thread when the browser needs credentials from the user.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefRequestHandlerAdapter.getAuthCredentials(CefBrowser browser,
boolean isProxy,
String host,
int port,
String realm,
String scheme,
CefAuthCallback callback) |
boolean |
CefRequestHandler.getAuthCredentials(CefBrowser browser,
boolean isProxy,
String host,
int port,
String realm,
String scheme,
CefAuthCallback callback)
Called on the IO thread when the browser needs credentials from the user.
|
Copyright © 2017. All rights reserved.