Package | Description |
---|---|
cn.orionsec.kit.http.apache.file | |
cn.orionsec.kit.http.ok | |
cn.orionsec.kit.http.ok.file |
Modifier and Type | Method and Description |
---|---|
ApacheUpload |
ApacheUpload.part(HttpUploadPart part)
上传单文件
|
Modifier and Type | Method and Description |
---|---|
ApacheUpload |
ApacheUpload.parts(Collection<HttpUploadPart> parts)
上传多文件
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseOkRequest.setMultipartBody(okhttp3.Request.Builder requestBuilder,
Collection<HttpUploadPart> parts)
设置二进制body
|
Modifier and Type | Method and Description |
---|---|
OkUpload |
OkUpload.part(HttpUploadPart part)
上传单文件
|
OkAsyncUpload |
OkAsyncUpload.part(HttpUploadPart part)
上传单文件
|
Modifier and Type | Method and Description |
---|---|
OkUpload |
OkUpload.parts(Collection<HttpUploadPart> parts)
上传多文件
|
OkAsyncUpload |
OkAsyncUpload.parts(Collection<HttpUploadPart> parts)
上传多文件
|
Copyright © 2024. All rights reserved.