jar

com.github.doobo : okhttp-tools

Maven & Gradle

Jun 17, 2023
6 stars

okhttp-tools · OKHttp3的简单封装,链式调用

Table Of Contents

Latest Version

Download com.github.doobo : okhttp-tools JAR file - Latest Versions:

All Versions

Download com.github.doobo : okhttp-tools JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3
1.2
1.1
1.0

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 okhttp-tools-1.3.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.doobo.okhttp

├─ com.github.doobo.okhttp.OkHttpClientTools.class - [JAR]

com.github.doobo.okhttp.builder

├─ com.github.doobo.okhttp.builder.DeleteBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.DownloadBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.GetBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.HeadBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.OkHttpRequestBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.OkHttpRequestBuilderHasParam.class - [JAR]

├─ com.github.doobo.okhttp.builder.PatchBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.PostBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.PutBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.UploadBuilder.class - [JAR]

├─ com.github.doobo.okhttp.builder.WsBuilder.class - [JAR]

com.github.doobo.okhttp.scan

├─ com.github.doobo.okhttp.scan.OkHttpToolsAutoConfiguration.class - [JAR]

com.github.doobo.okhttp.callback

├─ com.github.doobo.okhttp.callback.MyCallback.class - [JAR]

├─ com.github.doobo.okhttp.callback.MyDownloadCallback.class - [JAR]

com.github.doobo.okhttp.download_mgr

├─ com.github.doobo.okhttp.download_mgr.AbstractDownloadMgr.class - [JAR]

├─ com.github.doobo.okhttp.download_mgr.DownloadStatus.class - [JAR]

├─ com.github.doobo.okhttp.download_mgr.DownloadTask.class - [JAR]

├─ com.github.doobo.okhttp.download_mgr.DownloadTaskListener.class - [JAR]

com.github.doobo.okhttp.cookie

├─ com.github.doobo.okhttp.cookie.SerializableOkHttpCookies.class - [JAR]

com.github.doobo.okhttp.body

├─ com.github.doobo.okhttp.body.ProgressRequestBody.class - [JAR]

├─ com.github.doobo.okhttp.body.ResponseProgressBody.class - [JAR]

com.github.doobo.okhttp.ws_manager

├─ com.github.doobo.okhttp.ws_manager.IWsManager.class - [JAR]

├─ com.github.doobo.okhttp.ws_manager.WsManager.class - [JAR]

├─ com.github.doobo.okhttp.ws_manager.WsStatus.class - [JAR]

com.github.doobo.okhttp.response

├─ com.github.doobo.okhttp.response.DownloadResponseHandler.class - [JAR]

├─ com.github.doobo.okhttp.response.GsonResponseHandler.class - [JAR]

├─ com.github.doobo.okhttp.response.IResponseHandler.class - [JAR]

├─ com.github.doobo.okhttp.response.JsonResponseHandler.class - [JAR]

├─ com.github.doobo.okhttp.response.RawResponseHandler.class - [JAR]

├─ com.github.doobo.okhttp.response.WsResponseHandler.class - [JAR]

com.github.doobo.okhttp.util

├─ com.github.doobo.okhttp.util.RegularUtils.class - [JAR]

├─ com.github.doobo.okhttp.util.RestTemplateUtil.class - [JAR]

├─ com.github.doobo.okhttp.util.UrlUtils.class - [JAR]

com.github.doobo.okhttp.spring

├─ com.github.doobo.okhttp.spring.OKHttpProperties.class - [JAR]

├─ com.github.doobo.okhttp.spring.OkHttpToolsBeanConfig.class - [JAR]

├─ com.github.doobo.okhttp.spring.OkHttpToolsConfig.class - [JAR]

├─ com.github.doobo.okhttp.spring.OkHttpToolsSimpleSpringUtil.class - [JAR]

├─ com.github.doobo.okhttp.spring.OkhttpToolsDefaultConfig.class - [JAR]

├─ com.github.doobo.okhttp.spring.YamlPropertySourceFactory.class - [JAR]

Advertisement