| Package | Description |
|---|---|
| io.vertx.tp.plugin.qiy |
| Modifier and Type | Class and Description |
|---|---|
class |
QiyClientImpl |
| Modifier and Type | Method and Description |
|---|---|
QiyClient |
QiyClient.authorize(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
/iqiyi/authorize
|
QiyClient |
QiyClientImpl.authorize(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
static QiyClient |
QiyClient.createShared(io.vertx.core.Vertx vertx) |
static QiyClient |
QiyClient.createShared(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config) |
QiyClient |
QiyInfix.get() |
static QiyClient |
QiyInfix.getClient() |
QiyClient |
QiyClient.init(io.vertx.core.json.JsonObject params) |
QiyClient |
QiyClientImpl.init(io.vertx.core.json.JsonObject config) |
QiyClient |
QiyClient.refreshToken(String refreshToken,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
/oauth2/token
|
QiyClient |
QiyClientImpl.refreshToken(String refreshToken,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
QiyClient |
QiyClient.requestFile(String fileType,
String size,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler)
/openupload
|
QiyClient |
QiyClientImpl.requestFile(String fileType,
String fileSize,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>> handler) |
QiyClient |
QiyClient.upload(String address,
String size,
String range,
String fileId,
char[] content) |
QiyClient |
QiyClientImpl.upload(String address,
String size,
String range,
String fileId,
char[] content) |
Copyright © 2019. All rights reserved.