List of usage examples for com.squareup.okhttp RequestBody subclass-usage
From source file com.sphereon.sdk.template.processor.handler.ProgressRequestBody.java
public class ProgressRequestBody extends RequestBody { public interface ProgressRequestListener { void onRequestProgress(long bytesWritten, long contentLength, boolean done); }
From source file com.waterfairy.okhttp.progress.ProgressRequestBody.java
/** * ? */ public class ProgressRequestBody extends RequestBody { // private final RequestBody requestBody;
From source file com.yehui.utils.http.downfileprogress.progress.ProgressRequestBody.java
/**
* ?
* User:lizhangqu(513163535@qq.com)
* Date:2015-09-02
* Time: 17:15
*/
From source file de.feike.tiingoclient.ProgressRequestBody.java
public class ProgressRequestBody extends RequestBody { public interface ProgressRequestListener { void onRequestProgress(long bytesWritten, long contentLength, boolean done); }
From source file eu.operando.core.pdb.client.ProgressRequestBody.java
public class ProgressRequestBody extends RequestBody { public interface ProgressRequestListener { void onRequestProgress(long bytesWritten, long contentLength, boolean done); }
From source file io.trakerr.ProgressRequestBody.java
public class ProgressRequestBody extends RequestBody { public interface ProgressRequestListener { void onRequestProgress(long bytesWritten, long contentLength, boolean done); }
From source file it.smartcommunitylab.ProgressRequestBody.java
public class ProgressRequestBody extends RequestBody { public interface ProgressRequestListener { void onRequestProgress(long bytesWritten, long contentLength, boolean done); }
From source file my.test.support.ProgressRequestBody.java
public class ProgressRequestBody extends RequestBody { public interface ProgressRequestListener { void onRequestProgress(long bytesWritten, long contentLength, boolean done); }
From source file net.qiujuer.common.okhttp.core.ForwardRequestBody.java
/** * This request body extend okhttp by progress */ public class ForwardRequestBody extends RequestBody { private final RequestBody mBody; private ProgressListener mListener;
From source file net.sxkeji.blacksearch.http.coreprogress.progress.ProgressRequestBody.java
/**
* ?
* User:lizhangqu(513163535@qq.com)
* Date:2015-09-02
* Time: 17:15
*/