| Modifier and Type | Method and Description |
|---|---|
QiyClient |
authorize(Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
/iqiyi/authorize
|
QiyClient |
init(io.vertx.core.json.JsonObject config) |
QiyClient |
refreshToken(String refreshToken,
Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
/oauth2/token
|
QiyClient |
requestFile(String fileType,
String fileSize,
Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
/openupload
|
QiyClient |
upload(String address,
String size,
String range,
String fileId,
char[] content) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateSharedpublic QiyClient init(io.vertx.core.json.JsonObject config)
public QiyClient authorize(Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClientpublic QiyClient refreshToken(String refreshToken, Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClientrefreshToken in interface QiyClientpublic QiyClient requestFile(String fileType, String fileSize, Handler<AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClientrequestFile in interface QiyClientCopyright © 2018. All rights reserved.