Uses of Interface
io.vertx.tp.plugin.qiy.QiyClient
-
Packages that use QiyClient Package Description io.vertx.tp.plugin.qiy -
-
Uses of QiyClient in io.vertx.tp.plugin.qiy
Classes in io.vertx.tp.plugin.qiy that implement QiyClient Modifier and Type Class Description classQiyClientImplMethods in io.vertx.tp.plugin.qiy that return QiyClient Modifier and Type Method Description QiyClientQiyClient. authorize(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)/iqiyi/authorizeQiyClientQiyClientImpl. authorize(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)static QiyClientQiyClient. createShared(io.vertx.core.Vertx vertx)static QiyClientQiyClient. createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)QiyClientQiyInfix. get()static QiyClientQiyInfix. getClient()QiyClientQiyClient. init(io.vertx.core.json.JsonObject params)QiyClientQiyClientImpl. init(io.vertx.core.json.JsonObject config)QiyClientQiyClient. refreshToken(String refreshToken, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)/oauth2/tokenQiyClientQiyClientImpl. refreshToken(String refreshToken, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)QiyClientQiyClient. requestFile(String fileType, String size, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)/openuploadQiyClientQiyClientImpl. requestFile(String fileType, String fileSize, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)QiyClientQiyClient. upload(String address, String size, String range, String fileId, char[] content)QiyClientQiyClientImpl. upload(String address, String size, String range, String fileId, char[] content)
-