DOC

com.mzlion : easy-okhttp

Maven & Gradle

Oct 31, 2017
1 usages

easy-okhttp是对okhttp3上层封装的网络框架,支持文件上传和下载表单提交(文件和一个参数对应多值), 链式调用,并且默认整合Gson,对返回结果多种转换,同时还支持HTTPS单向认证和双向认证等特性。

Table Of Contents

Latest Version

Download com.mzlion : easy-okhttp Javadoc & API Documentation - Latest Versions:

All Versions

Download com.mzlion : easy-okhttp Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file easy-okhttp-1.1.4-javadoc.jar to easy-okhttp-1.1.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder easy-okhttp-1.1.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "easy-okhttp-1.1.4-sources.jar" -d "easy-okhttp-1.1.4-javadoc" -subpackages 

Advertisement