| 程序包 | 说明 |
|---|---|
| org.cef.callback | |
| org.cef.network |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CefURLRequestClient.onDownloadData(CefURLRequest request,
byte[] data,
int data_length)
Called when some part of the response is read.
|
void |
CefURLRequestClient.onDownloadProgress(CefURLRequest request,
int current,
int total)
Notifies the client of download progress.
|
void |
CefURLRequestClient.onRequestComplete(CefURLRequest request)
Notifies the client that the request has completed.
|
void |
CefURLRequestClient.onUploadProgress(CefURLRequest request,
int current,
int total)
Notifies the client of upload progress.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CefURLRequest |
CefURLRequest.create(CefRequest request,
CefURLRequestClient client)
Create a new URL request.
|
Copyright © 2017. All rights reserved.