jar

com.ejlchina : httputils

Maven & Gradle

Mar 31, 2020

HttpUtils · Http工具包,封装 OkHttp,链式用法、支持异步同步、响应JSON自动解析,回调线程切换、配置灵活、支持URL占位符、支持BaseUrl、外部依赖少、适用 JavaWeb 和 Android,教程全面、简单易用

Table Of Contents

Latest Version

Download com.ejlchina : httputils JAR file - Latest Versions:

All Versions

Download com.ejlchina : httputils JAR file - All Versions:

Version Vulnerabilities Size Updated
2.3.x
2.2.x
2.1.x
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window httputils-2.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ejlchina.http.internal

├─ com.ejlchina.http.internal.AsyncHttpTask.class - [JAR]

├─ com.ejlchina.http.internal.HttpClient.class - [JAR]

├─ com.ejlchina.http.internal.HttpException.class - [JAR]

├─ com.ejlchina.http.internal.ProcessInputStream.class - [JAR]

├─ com.ejlchina.http.internal.ProcessRequestBody.class - [JAR]

├─ com.ejlchina.http.internal.RealHttpResult.class - [JAR]

├─ com.ejlchina.http.internal.RealProcess.class - [JAR]

├─ com.ejlchina.http.internal.ResultBody.class - [JAR]

├─ com.ejlchina.http.internal.SyncHttpTask.class - [JAR]

├─ com.ejlchina.http.internal.TaskExecutor.class - [JAR]

com.ejlchina.http

├─ com.ejlchina.http.Configurator.class - [JAR]

├─ com.ejlchina.http.DownListener.class - [JAR]

├─ com.ejlchina.http.Download.class - [JAR]

├─ com.ejlchina.http.HTTP.class - [JAR]

├─ com.ejlchina.http.HttpCall.class - [JAR]

├─ com.ejlchina.http.HttpResult.class - [JAR]

├─ com.ejlchina.http.HttpTask.class - [JAR]

├─ com.ejlchina.http.HttpUtils.class - [JAR]

├─ com.ejlchina.http.OnCallback.class - [JAR]

├─ com.ejlchina.http.Preprocessor.class - [JAR]

├─ com.ejlchina.http.Process.class - [JAR]

├─ com.ejlchina.http.TaskListener.class - [JAR]

Advertisement