jar

top.jfunc.network : httpclient-core

Maven & Gradle

Dec 05, 2020
7 usages

httpclient-core · 定义Http请求相关接口及一些基础公共的实现

Table Of Contents

Latest Version

Download top.jfunc.network : httpclient-core JAR file - Latest Versions:

All Versions

Download top.jfunc.network : httpclient-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.1
1.0.x
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 httpclient-core-1.2.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

top.jfunc.common.http.annotation.method

├─ top.jfunc.common.http.annotation.method.DELETE.class - [JAR]

├─ top.jfunc.common.http.annotation.method.FormUrlEncoded.class - [JAR]

├─ top.jfunc.common.http.annotation.method.GET.class - [JAR]

├─ top.jfunc.common.http.annotation.method.HEAD.class - [JAR]

├─ top.jfunc.common.http.annotation.method.HTTP.class - [JAR]

├─ top.jfunc.common.http.annotation.method.Headers.class - [JAR]

├─ top.jfunc.common.http.annotation.method.Multipart.class - [JAR]

├─ top.jfunc.common.http.annotation.method.OPTIONS.class - [JAR]

├─ top.jfunc.common.http.annotation.method.PATCH.class - [JAR]

├─ top.jfunc.common.http.annotation.method.POST.class - [JAR]

├─ top.jfunc.common.http.annotation.method.PUT.class - [JAR]

top.jfunc.common.http.holderrequest

├─ top.jfunc.common.http.holderrequest.HolderDownloadRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.HolderFormRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.HolderHttpRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.HolderMutableStringBodyRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.HolderStringBodyRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.HolderUploadRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.RequestCreator.class - [JAR]

top.jfunc.common.http.download

├─ top.jfunc.common.http.download.AbstractDownloader.class - [JAR]

├─ top.jfunc.common.http.download.DownloadThread.class - [JAR]

├─ top.jfunc.common.http.download.DownloadUtil.class - [JAR]

├─ top.jfunc.common.http.download.Downloader.class - [JAR]

├─ top.jfunc.common.http.download.InterruptBaseConfFileDownloader.class - [JAR]

├─ top.jfunc.common.http.download.InterruptBaseDownloadFileDownloader.class - [JAR]

├─ top.jfunc.common.http.download.MultiThreadDownloader.class - [JAR]

top.jfunc.common.http.holder

├─ top.jfunc.common.http.holder.AttributeHolder.class - [JAR]

├─ top.jfunc.common.http.holder.BodyHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultAttributeHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultBodyHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultFileHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultFormFileHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultHeaderHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultParamHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultPhpUrlHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultRouteParamHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultSSLHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultSSLHolder2.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultUrlHolder.class - [JAR]

├─ top.jfunc.common.http.holder.DefaultValuesMapHolder.class - [JAR]

├─ top.jfunc.common.http.holder.FileHolder.class - [JAR]

├─ top.jfunc.common.http.holder.FormFileHolder.class - [JAR]

├─ top.jfunc.common.http.holder.HeaderHolder.class - [JAR]

├─ top.jfunc.common.http.holder.MapHolder.class - [JAR]

├─ top.jfunc.common.http.holder.ParamHolder.class - [JAR]

├─ top.jfunc.common.http.holder.PhpUrlHolder.class - [JAR]

├─ top.jfunc.common.http.holder.RouteParamHolder.class - [JAR]

├─ top.jfunc.common.http.holder.SSLHolder.class - [JAR]

├─ top.jfunc.common.http.holder.UrlHolder.class - [JAR]

├─ top.jfunc.common.http.holder.ValuesMapHolder.class - [JAR]

top.jfunc.common.http.message

├─ top.jfunc.common.http.message.HttpInputMessage.class - [JAR]

├─ top.jfunc.common.http.message.HttpMessage.class - [JAR]

top.jfunc.common.http.cookie

├─ top.jfunc.common.http.cookie.Cookie.class - [JAR]

├─ top.jfunc.common.http.cookie.CookieAccessor.class - [JAR]

├─ top.jfunc.common.http.cookie.CookieStore.class - [JAR]

├─ top.jfunc.common.http.cookie.DefaultCookieAccessor.class - [JAR]

├─ top.jfunc.common.http.cookie.InMemoryCookieStore.class - [JAR]

top.jfunc.common.http.util

├─ top.jfunc.common.http.util.ParamUtil.class - [JAR]

├─ top.jfunc.common.http.util.ResponseExtractor.class - [JAR]

top.jfunc.common.http.holderrequest.impl

├─ top.jfunc.common.http.holderrequest.impl.BaseHolderHttpRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderCommonBodyRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderCommonRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderDownLoadRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderFormBodyRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderGetRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderPostBodyRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderPutBodyRequest.class - [JAR]

├─ top.jfunc.common.http.holderrequest.impl.HolderUpLoadRequest.class - [JAR]

top.jfunc.common.http.interfacing

├─ top.jfunc.common.http.interfacing.AbstractParameterHandler.class - [JAR]

├─ top.jfunc.common.http.interfacing.HttpRequestFactory.class - [JAR]

├─ top.jfunc.common.http.interfacing.HttpServiceCreator.class - [JAR]

├─ top.jfunc.common.http.interfacing.HttpServiceMethod.class - [JAR]

├─ top.jfunc.common.http.interfacing.RequestFactory.class - [JAR]

├─ top.jfunc.common.http.interfacing.ServiceMethod.class - [JAR]

├─ top.jfunc.common.http.interfacing.TypeUtils.class - [JAR]

top.jfunc.common.http.smart

├─ top.jfunc.common.http.smart.AbstractImplementSmartHttpClient.class - [JAR]

├─ top.jfunc.common.http.smart.AbstractSmartHttpClient.class - [JAR]

├─ top.jfunc.common.http.smart.DefaultResponse.class - [JAR]

├─ top.jfunc.common.http.smart.HttpRequestHttpClient.class - [JAR]

├─ top.jfunc.common.http.smart.Request.class - [JAR]

├─ top.jfunc.common.http.smart.Response.class - [JAR]

├─ top.jfunc.common.http.smart.SimpleHttpClient.class - [JAR]

├─ top.jfunc.common.http.smart.SmartHttpClient.class - [JAR]

top.jfunc.common.http.kv

├─ top.jfunc.common.http.kv.Header.class - [JAR]

├─ top.jfunc.common.http.kv.MultiValueEntry.class - [JAR]

├─ top.jfunc.common.http.kv.Parameter.class - [JAR]

├─ top.jfunc.common.http.kv.SingleValueEntry.class - [JAR]

top.jfunc.common.http.template

├─ top.jfunc.common.http.template.SmartHttpTemplate.class - [JAR]

├─ top.jfunc.common.http.template.TemplateInterceptor.class - [JAR]

top.jfunc.common.http.ssl

├─ top.jfunc.common.http.ssl.DefaultTrustManager.class - [JAR]

├─ top.jfunc.common.http.ssl.DefaultTrustManager2.class - [JAR]

├─ top.jfunc.common.http.ssl.SSLSocketFactoryBuilder.class - [JAR]

├─ top.jfunc.common.http.ssl.TrustAnyHostnameVerifier.class - [JAR]

top.jfunc.common.http.request.basic

├─ top.jfunc.common.http.request.basic.BaseHttpRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.CommonBodyRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.CommonRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.DownLoadRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.FormBodyRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.GetRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.PostBodyRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.PutBodyRequest.class - [JAR]

├─ top.jfunc.common.http.request.basic.UpLoadRequest.class - [JAR]

top.jfunc.common.http

├─ top.jfunc.common.http.HttpDelegate.class - [JAR]

├─ top.jfunc.common.http.HttpException.class - [JAR]

├─ top.jfunc.common.http.HttpStatic.class - [JAR]

top.jfunc.common.http.annotation.parameter

├─ top.jfunc.common.http.annotation.parameter.Body.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.Field.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.FieldMap.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.Header.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.HeaderMap.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.Part.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.Path.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.PathMap.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.Query.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.QueryMap.class - [JAR]

├─ top.jfunc.common.http.annotation.parameter.Url.class - [JAR]

top.jfunc.common.http.interceptor

├─ top.jfunc.common.http.interceptor.CompositeInterceptor.class - [JAR]

├─ top.jfunc.common.http.interceptor.Interceptor.class - [JAR]

├─ top.jfunc.common.http.interceptor.InterceptorAdapter.class - [JAR]

├─ top.jfunc.common.http.interceptor.LoggingInterceptor.class - [JAR]

├─ top.jfunc.common.http.interceptor.RequestIdInterceptor.class - [JAR]

├─ top.jfunc.common.http.interceptor.UrlStatisticsInterceptor.class - [JAR]

top.jfunc.common.http.annotation

├─ top.jfunc.common.http.annotation.HttpService.class - [JAR]

top.jfunc.common.http.base

├─ top.jfunc.common.http.base.Config.class - [JAR]

├─ top.jfunc.common.http.base.ConfigAccessor.class - [JAR]

├─ top.jfunc.common.http.base.ConfigFrozen.class - [JAR]

├─ top.jfunc.common.http.base.ContentCallback.class - [JAR]

├─ top.jfunc.common.http.base.DefaultMethodContentStrategy.class - [JAR]

├─ top.jfunc.common.http.base.FormFile.class - [JAR]

├─ top.jfunc.common.http.base.FreezableConfigAccessor.class - [JAR]

├─ top.jfunc.common.http.base.HttpHeaders.class - [JAR]

├─ top.jfunc.common.http.base.HttpStatus.class - [JAR]

├─ top.jfunc.common.http.base.MediaType.class - [JAR]

├─ top.jfunc.common.http.base.Method.class - [JAR]

├─ top.jfunc.common.http.base.MethodContentStrategy.class - [JAR]

├─ top.jfunc.common.http.base.Protocol.class - [JAR]

├─ top.jfunc.common.http.base.ProxyInfo.class - [JAR]

top.jfunc.common.http.component

├─ top.jfunc.common.http.component.AbstractBodyContentCallbackCreator.class - [JAR]

├─ top.jfunc.common.http.component.AbstractCloseAdapter.class - [JAR]

├─ top.jfunc.common.http.component.AbstractHeaderExtractor.class - [JAR]

├─ top.jfunc.common.http.component.AbstractHeaderHandler.class - [JAR]

├─ top.jfunc.common.http.component.AbstractRequesterFactory.class - [JAR]

├─ top.jfunc.common.http.component.AbstractStreamExtractor.class - [JAR]

├─ top.jfunc.common.http.component.AbstractUploadContentCallbackCreator.class - [JAR]

├─ top.jfunc.common.http.component.AssemblingFactory.class - [JAR]

├─ top.jfunc.common.http.component.BaseHttpRequestExecutor.class - [JAR]

├─ top.jfunc.common.http.component.BodyContentCallbackCreator.class - [JAR]

├─ top.jfunc.common.http.component.CloseNoneCloser.class - [JAR]

├─ top.jfunc.common.http.component.Closer.class - [JAR]

├─ top.jfunc.common.http.component.CompletedUrlCreator.class - [JAR]

├─ top.jfunc.common.http.component.CompositeContentCallBackCreator.class - [JAR]

├─ top.jfunc.common.http.component.ContentCallbackCreator.class - [JAR]

├─ top.jfunc.common.http.component.ContentCallbackHandler.class - [JAR]

├─ top.jfunc.common.http.component.DefaultCloser.class - [JAR]

├─ top.jfunc.common.http.component.DefaultCompletedUrlCreator.class - [JAR]

├─ top.jfunc.common.http.component.DefaultContentCallbackHandler.class - [JAR]

├─ top.jfunc.common.http.component.DefaultSimpleAssemblingFactory.class - [JAR]

├─ top.jfunc.common.http.component.HeaderExtractor.class - [JAR]

├─ top.jfunc.common.http.component.HeaderHandler.class - [JAR]

├─ top.jfunc.common.http.component.HttpRequestExecutor.class - [JAR]

├─ top.jfunc.common.http.component.RequestExecutor.class - [JAR]

├─ top.jfunc.common.http.component.RequestSender.class - [JAR]

├─ top.jfunc.common.http.component.RequesterCustomizer.class - [JAR]

├─ top.jfunc.common.http.component.RequesterFactory.class - [JAR]

├─ top.jfunc.common.http.component.ResponseExtractor.class - [JAR]

├─ top.jfunc.common.http.component.StatusCodeExtractor.class - [JAR]

├─ top.jfunc.common.http.component.StreamExtractor.class - [JAR]

├─ top.jfunc.common.http.component.UploadContentCallbackCreator.class - [JAR]

top.jfunc.common.http.response

├─ top.jfunc.common.http.response.BaseClientHttpResponse.class - [JAR]

├─ top.jfunc.common.http.response.ClientHttpResponse.class - [JAR]

├─ top.jfunc.common.http.response.ClientHttpResponseConverter.class - [JAR]

top.jfunc.common.http.paramsign

├─ top.jfunc.common.http.paramsign.AbstractParamSigner.class - [JAR]

├─ top.jfunc.common.http.paramsign.AbstractSignCreator.class - [JAR]

├─ top.jfunc.common.http.paramsign.DefaultSignParam.class - [JAR]

├─ top.jfunc.common.http.paramsign.ParamSignException.class - [JAR]

├─ top.jfunc.common.http.paramsign.ParamSignUtil.class - [JAR]

├─ top.jfunc.common.http.paramsign.ParamSigner.class - [JAR]

├─ top.jfunc.common.http.paramsign.SignCreator.class - [JAR]

├─ top.jfunc.common.http.paramsign.SignParam.class - [JAR]

top.jfunc.common.http.request

├─ top.jfunc.common.http.request.AbstractHttpRequest.class - [JAR]

├─ top.jfunc.common.http.request.DownloadRequest.class - [JAR]

├─ top.jfunc.common.http.request.FormRequest.class - [JAR]

├─ top.jfunc.common.http.request.HttpRequest.class - [JAR]

├─ top.jfunc.common.http.request.MutableStringBodyRequest.class - [JAR]

├─ top.jfunc.common.http.request.RequestCreator.class - [JAR]

├─ top.jfunc.common.http.request.StringBodyRequest.class - [JAR]

├─ top.jfunc.common.http.request.UploadRequest.class - [JAR]