| Modifier and Type | Method and Description |
|---|---|
QiyClient |
authorize(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
/iqiyi/authorize
|
QiyClient |
init(io.vertx.core.json.JsonObject config) |
QiyClient |
refreshToken(String refreshToken,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
/oauth2/token
|
QiyClient |
requestFile(String fileType,
String fileSize,
io.vertx.core.Handler<io.vertx.core.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, waitcreateShared, createSharedpublic QiyClient init(io.vertx.core.json.JsonObject config)
public QiyClient authorize(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClientpublic QiyClient refreshToken(String refreshToken, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClientrefreshToken in interface QiyClientrefreshToken - refresh tokenhandler - async handlerpublic QiyClient requestFile(String fileType, String fileSize, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
QiyClientrequestFile in interface QiyClientfileType - request up.god.file typefileSize - request up.god.file sizehandler - async handlerCopyright © 2019. All rights reserved.