jar

com.jianggujin : JHttp

Maven & Gradle

Feb 17, 2019

JHttp · HTTP请求工具

Table Of Contents

Latest Version

Download com.jianggujin : JHttp JAR file - Latest Versions:

All Versions

Download com.jianggujin : JHttp JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.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 JHttp-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jianggujin.http.core

├─ com.jianggujin.http.core.JHttpException.class - [JAR]

├─ com.jianggujin.http.core.JMethod.class - [JAR]

├─ com.jianggujin.http.core.JRequest.class - [JAR]

├─ com.jianggujin.http.core.JRequestBodyResolver.class - [JAR]

├─ com.jianggujin.http.core.JRequestExecuter.class - [JAR]

├─ com.jianggujin.http.core.JRequestExecuterListener.class - [JAR]

├─ com.jianggujin.http.core.JResponse.class - [JAR]

├─ com.jianggujin.http.core.JSSLContextFactory.class - [JAR]

com.jianggujin.http.request

├─ com.jianggujin.http.request.JDefaultRequestBodyResolver.class - [JAR]

├─ com.jianggujin.http.request.JRequestBodyResolverFactory.class - [JAR]

com.jianggujin.http.ssl

├─ com.jianggujin.http.ssl.JAbstractSSLContextFactory.class - [JAR]

├─ com.jianggujin.http.ssl.JDefaultSSLContextFactory.class - [JAR]

├─ com.jianggujin.http.ssl.JProtocolAlgorithm.class - [JAR]

com.jianggujin.http.response

├─ com.jianggujin.http.response.JAbstractResponse.class - [JAR]

├─ com.jianggujin.http.response.JByteBufferResponse.class - [JAR]

├─ com.jianggujin.http.response.JByteResponse.class - [JAR]

├─ com.jianggujin.http.response.JFileResponse.class - [JAR]

├─ com.jianggujin.http.response.JJsonResponse.class - [JAR]

├─ com.jianggujin.http.response.JNoBodyResponse.class - [JAR]

├─ com.jianggujin.http.response.JSaxDefaultHandler.class - [JAR]

├─ com.jianggujin.http.response.JTextResponse.class - [JAR]

├─ com.jianggujin.http.response.JXMLDomResponse.class - [JAR]

├─ com.jianggujin.http.response.JXMLSaxResponse.class - [JAR]

├─ com.jianggujin.http.response.JXmlResponse.class - [JAR]

com.jianggujin.http.util

├─ com.jianggujin.http.util.JDataUtils.class - [JAR]

├─ com.jianggujin.http.util.JDefaultMultiValueMap.class - [JAR]

├─ com.jianggujin.http.util.JKeyVal.class - [JAR]

├─ com.jianggujin.http.util.JMultiValueMap.class - [JAR]

├─ com.jianggujin.http.util.JOutputStream.class - [JAR]

├─ com.jianggujin.http.util.JRequestExecuterLog.class - [JAR]

├─ com.jianggujin.http.util.JXMLUtils.class - [JAR]

com.jianggujin.http.support

├─ com.jianggujin.http.support.JAnnotationHolder.class - [JAR]

├─ com.jianggujin.http.support.JApiInvocationHandler.class - [JAR]

├─ com.jianggujin.http.support.JApiStore.class - [JAR]

├─ com.jianggujin.http.support.JMethodHolder.class - [JAR]

├─ com.jianggujin.http.support.JResponseCreator.class - [JAR]

├─ com.jianggujin.http.support.JResponseCreatorCache.class - [JAR]

com.jianggujin.http.support.annotation

├─ com.jianggujin.http.support.annotation.JApiRequest.class - [JAR]

├─ com.jianggujin.http.support.annotation.JApiRequestBodyResolver.class - [JAR]

├─ com.jianggujin.http.support.annotation.JApiResponseCreator.class - [JAR]

├─ com.jianggujin.http.support.annotation.JBaseUrl.class - [JAR]

├─ com.jianggujin.http.support.annotation.JCookie.class - [JAR]

├─ com.jianggujin.http.support.annotation.JHeader.class - [JAR]

├─ com.jianggujin.http.support.annotation.JPathParam.class - [JAR]

├─ com.jianggujin.http.support.annotation.JRequestBody.class - [JAR]

├─ com.jianggujin.http.support.annotation.JRequestParam.class - [JAR]

Advertisement