public abstract class AbstractReactiveDao extends Object implements ReactiveDao
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.springframework.web.reactive.function.client.WebClient |
webClient
阿里云盘访问
|
| 构造器和说明 |
|---|
AbstractReactiveDao(org.springframework.web.reactive.function.client.WebClient webClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.web.reactive.function.client.WebClient.ResponseSpec |
sendRequest(org.springframework.http.HttpMethod httpMethod,
URI uri)
向阿里云盘发动指定请求,得到响应处理
|
org.springframework.web.reactive.function.client.WebClient.ResponseSpec |
sendRequest(org.springframework.http.HttpMethod httpMethod,
URI uri,
Object body)
向阿里云盘发动指定请求,得到响应处理
|
protected final org.springframework.web.reactive.function.client.WebClient webClient
public AbstractReactiveDao(org.springframework.web.reactive.function.client.WebClient webClient)
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec sendRequest(org.springframework.http.HttpMethod httpMethod,
URI uri)
ReactiveDaosendRequest 在接口中 ReactiveDaohttpMethod - http请求方式uri - 请求地址public org.springframework.web.reactive.function.client.WebClient.ResponseSpec sendRequest(org.springframework.http.HttpMethod httpMethod,
URI uri,
Object body)
ReactiveDaosendRequest 在接口中 ReactiveDaohttpMethod - http请求方式uri - 请求地址body - 请求参数Copyright © 2021. All rights reserved.