com.cmonbaby.http.stream.upload.UploadFileCall Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http_lower Show documentation
Show all versions of http_lower Show documentation
Android Http Core Library
package com.cmonbaby.http.stream.upload;
import okhttp3.MultipartBody;
import rx.Observable;
/**
* Author: Simon
*
QO: 8950764
*
Email: [email protected]
*
WebSize: https://www.cmonbaby.com
*
Version: 1.0.0
*
Date: 2020/12/28
*
Description: 上传转换器
*/
public interface UploadFileCall {
/**
* 请求上传转换器
* @param s 请求接口类
* @param part MultipartBody.Part
* @return 返回转换后的被观察者
*/
Observable uploadFile(S s, MultipartBody.Part part);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy