| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
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.
|
void |
onDownloadData(CefURLRequest request,
byte[] data,
int data_length)
Called when some part of the response is read.
|
void |
onDownloadProgress(CefURLRequest request,
int current,
int total)
Notifies the client of download progress.
|
void |
onRequestComplete(CefURLRequest request)
Notifies the client that the request has completed.
|
void |
onUploadProgress(CefURLRequest request,
int current,
int total)
Notifies the client of upload progress.
|
getNativeRef, setNativeRefvoid onRequestComplete(CefURLRequest request)
void onUploadProgress(CefURLRequest request, int current, int total)
void onDownloadProgress(CefURLRequest request, int current, int total)
void onDownloadData(CefURLRequest request, byte[] data, int data_length)
boolean getAuthCredentials(boolean isProxy,
String host,
int port,
String realm,
String scheme,
CefAuthCallback callback)
Copyright © 2017. All rights reserved.