jar

com.tvd12 : ezyhttp-client

Maven & Gradle

Aug 13, 2023
10 stars

ezyhttp-client

Table Of Contents

Latest Version

Download com.tvd12 : ezyhttp-client JAR file - Latest Versions:

All Versions

Download com.tvd12 : ezyhttp-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.2.x
0.1.x
0.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 ezyhttp-client-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.tvd12.ezyhttp.client.data

├─ com.tvd12.ezyhttp.client.data.DownloadFileResult.class - [JAR]

com.tvd12.ezyhttp.client.exception

├─ com.tvd12.ezyhttp.client.exception.ClientNotActiveException.class - [JAR]

├─ com.tvd12.ezyhttp.client.exception.DownloadCancelledException.class - [JAR]

├─ com.tvd12.ezyhttp.client.exception.RequestQueueFullException.class - [JAR]

com.tvd12.ezyhttp.client

├─ com.tvd12.ezyhttp.client.HttpClient.class - [JAR]

├─ com.tvd12.ezyhttp.client.HttpClientProxy.class - [JAR]

com.tvd12.ezyhttp.client.request

├─ com.tvd12.ezyhttp.client.request.AbstractRequest.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.DeleteRequest.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.DownloadRequest.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.GetRequest.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.PostRequest.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.PutRequest.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.Request.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.RequestEntity.class - [JAR]

├─ com.tvd12.ezyhttp.client.request.RequestQueue.class - [JAR]

com.tvd12.ezyhttp.client.callback

├─ com.tvd12.ezyhttp.client.callback.RequestCallback.class - [JAR]

com.tvd12.ezyhttp.client.concurrent

├─ com.tvd12.ezyhttp.client.concurrent.DownloadCancellationToken.class - [JAR]

├─ com.tvd12.ezyhttp.client.concurrent.RequestFutureTask.class - [JAR]

Advertisement