jar

com.ifengxue : http-client

Maven & Gradle

Dec 24, 2019
4 usages

http-client-core · Use this tool to quickly create com.ifengxue.http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.

Table Of Contents

Latest Version

Download com.ifengxue : http-client JAR file - Latest Versions:

All Versions

Download com.ifengxue : http-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.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 http-client-1.6.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ifengxue.http.parser

├─ com.ifengxue.http.parser.CodecHttpParser.class - [JAR]

├─ com.ifengxue.http.parser.FilenameInputStream.class - [JAR]

├─ com.ifengxue.http.parser.HeaderHttpParser.class - [JAR]

├─ com.ifengxue.http.parser.HttpParser.class - [JAR]

├─ com.ifengxue.http.parser.HttpParserFactory.class - [JAR]

├─ com.ifengxue.http.parser.StreamHttpParser.class - [JAR]

├─ com.ifengxue.http.parser.StringHttpParser.class - [JAR]

├─ com.ifengxue.http.parser.UnsupportedTypeException.class - [JAR]

com.ifengxue.http.contract

├─ com.ifengxue.http.contract.BasicHeader.class - [JAR]

├─ com.ifengxue.http.contract.Callback.class - [JAR]

├─ com.ifengxue.http.contract.CallbackHandler.class - [JAR]

├─ com.ifengxue.http.contract.Header.class - [JAR]

├─ com.ifengxue.http.contract.HttpOperations.class - [JAR]

├─ com.ifengxue.http.contract.HttpResponse.class - [JAR]

├─ com.ifengxue.http.contract.TypeReference.class - [JAR]

com.ifengxue.http.annotation

├─ com.ifengxue.http.annotation.Body.class - [JAR]

├─ com.ifengxue.http.annotation.BodyType.class - [JAR]

├─ com.ifengxue.http.annotation.Delete.class - [JAR]

├─ com.ifengxue.http.annotation.Expensive.class - [JAR]

├─ com.ifengxue.http.annotation.Get.class - [JAR]

├─ com.ifengxue.http.annotation.Head.class - [JAR]

├─ com.ifengxue.http.annotation.Header.class - [JAR]

├─ com.ifengxue.http.annotation.HttpMethod.class - [JAR]

├─ com.ifengxue.http.annotation.NotThreadSafe.class - [JAR]

├─ com.ifengxue.http.annotation.Param.class - [JAR]

├─ com.ifengxue.http.annotation.ParamHeader.class - [JAR]

├─ com.ifengxue.http.annotation.Patch.class - [JAR]

├─ com.ifengxue.http.annotation.Post.class - [JAR]

├─ com.ifengxue.http.annotation.Put.class - [JAR]

├─ com.ifengxue.http.annotation.QueryMap.class - [JAR]

├─ com.ifengxue.http.annotation.QueryParam.class - [JAR]

├─ com.ifengxue.http.annotation.ResponseType.class - [JAR]

├─ com.ifengxue.http.annotation.Rest.class - [JAR]

├─ com.ifengxue.http.annotation.ThreadSafe.class - [JAR]

com.ifengxue.http.collection

├─ com.ifengxue.http.collection.MultiMap.class - [JAR]

├─ com.ifengxue.http.collection.MultiValueMap.class - [JAR]

com.ifengxue.http

├─ com.ifengxue.http.HttpClientException.class - [JAR]

com.ifengxue.http.contract.impl

├─ com.ifengxue.http.contract.impl.HttpClientHttpResponse.class - [JAR]

com.ifengxue.http.codec

├─ com.ifengxue.http.codec.Codec.class - [JAR]

├─ com.ifengxue.http.codec.CodecException.class - [JAR]

├─ com.ifengxue.http.codec.CodecFactory.class - [JAR]

├─ com.ifengxue.http.codec.FastjsonJsonCodec.class - [JAR]

├─ com.ifengxue.http.codec.JacksonXmlCodec.class - [JAR]

├─ com.ifengxue.http.codec.JsonCodec.class - [JAR]

├─ com.ifengxue.http.codec.XmlCodec.class - [JAR]

com.ifengxue.http.proxy

├─ com.ifengxue.http.proxy.BasicAuthInterceptor.class - [JAR]

├─ com.ifengxue.http.proxy.GenericHttpInvoker.class - [JAR]

├─ com.ifengxue.http.proxy.HttpClientConfig.class - [JAR]

├─ com.ifengxue.http.proxy.Interceptor.class - [JAR]

├─ com.ifengxue.http.proxy.InterceptorAdaptor.class - [JAR]

├─ com.ifengxue.http.proxy.LoggingInterceptor.class - [JAR]

├─ com.ifengxue.http.proxy.ProxyBuilder.class - [JAR]

├─ com.ifengxue.http.proxy.RequestInvoker.class - [JAR]

├─ com.ifengxue.http.proxy.Resolver.class - [JAR]

com.ifengxue.http.util

├─ com.ifengxue.http.util.AnnotationUtil.class - [JAR]

├─ com.ifengxue.http.util.IOUtil.class - [JAR]

├─ com.ifengxue.http.util.TypeUtil.class - [JAR]

├─ com.ifengxue.http.util.Version.class - [JAR]

com.ifengxue.http.executor

├─ com.ifengxue.http.executor.AbstractHttpExecutor.class - [JAR]

├─ com.ifengxue.http.executor.FormDataHttpExecutor.class - [JAR]

├─ com.ifengxue.http.executor.HttpExecutor.class - [JAR]

├─ com.ifengxue.http.executor.HttpExecutorFactory.class - [JAR]

├─ com.ifengxue.http.executor.JsonHttpExecutor.class - [JAR]

├─ com.ifengxue.http.executor.ParameterUtil.class - [JAR]

├─ com.ifengxue.http.executor.Request.class - [JAR]

├─ com.ifengxue.http.executor.RequestContext.class - [JAR]

├─ com.ifengxue.http.executor.UrlEncodedHttpExecutor.class - [JAR]

├─ com.ifengxue.http.executor.XmlHttpExecutor.class - [JAR]