Package | Description |
---|---|
cn.orionsec.kit.http.apache | |
cn.orionsec.kit.http.apache.file |
Modifier and Type | Method and Description |
---|---|
static ApacheDownload |
ApacheRequests.download(String url)
同步下载文件
|
static ApacheDownload |
ApacheRequests.download(String url,
org.apache.http.impl.client.CloseableHttpClient client)
同步下载文件
|
Modifier and Type | Method and Description |
---|---|
ApacheDownload |
ApacheDownload.client(org.apache.http.impl.client.CloseableHttpClient client) |
ApacheDownload |
ApacheDownload.download(File file) |
ApacheDownload |
ApacheDownload.download(OutputStream out) |
ApacheDownload |
ApacheDownload.download(OutputStream out,
boolean autoClose) |
ApacheDownload |
ApacheDownload.download(String file) |
Copyright © 2024. All rights reserved.