| 程序包 | 说明 |
|---|---|
| xyz.xuminghai.executor | |
| xyz.xuminghai.io | |
| xyz.xuminghai.template |
| 限定符和类型 | 方法和说明 |
|---|---|
DownloadUrlResponse |
BlockBaseExecutor.getDownloadUrl(String fileId) |
DownloadUrlResponse |
BlockCacheExecutor.getDownloadUrl(String fileId) |
DownloadUrlResponse |
BlockExecutor.getDownloadUrl(String fileId)
根据文件ID,获取文件的下载信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DownloadUrlResponse>> |
ReactiveBaseExecutor.getDownloadUrl(String fileId) |
reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DownloadUrlResponse>> |
ReactiveCacheExecutor.getDownloadUrl(String fileId) |
reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DownloadUrlResponse>> |
ReactiveExecutor.getDownloadUrl(String fileId)
根据文件ID,获取文件的下载信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
static DownloadResource |
DownloadResource.createResource(DownloadUrlResponse downloadUrlResponse,
org.springframework.http.HttpHeaders requestHttpHeaders)
创建下载资源
|
| 限定符和类型 | 方法和说明 |
|---|---|
DownloadUrlResponse |
BlockClientTemplate.getDownloadUrl(String fileId)
获取这个文件的下载参数
|
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<DownloadUrlResponse>> |
ReactiveClientTemplate.getDownloadUrl(String fileId)
获取这个文件的下载参数
|
Copyright © 2021. All rights reserved.