httpcore5-5.3.3.jar中文-英文对照文档.zip

org.apache.httpcomponents.core5httpcore55.3.3API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: httpcore5-5.3.3.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 4.40 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

httpcore5-5.3.3.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:httpcore5-5.3.3.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:httpcore5-5.3.3.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:httpcore5-5.3.3.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:httpcore5-5.3.3-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 httpcore5-5.3.3.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Apache HttpComponents Core HTTP/1.1
  • 描述: Apache HttpComponents HTTP/1.1 核心组件
  • 版本: 5.3.3

Maven依赖

<dependency>
	<groupId>org.apache.httpcomponents.core5</groupId>
	<artifactId>httpcore5</artifactId>
	<version>5.3.3</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.apache.httpcomponents.core5', name: 'httpcore5', version: '5.3.3'
Gradle (Short):
	implementation 'org.apache.httpcomponents.core5:httpcore5:5.3.3'
Gradle (Kotlin):
	implementation("org.apache.httpcomponents.core5:httpcore5:5.3.3")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.apache.hc.core5.annotation
org.apache.hc.core5.concurrent
org.apache.hc.core5.function
org.apache.hc.core5.http
org.apache.hc.core5.http.config
org.apache.hc.core5.http.impl
org.apache.hc.core5.http.impl.bootstrap
org.apache.hc.core5.http.impl.io
org.apache.hc.core5.http.impl.nio
org.apache.hc.core5.http.impl.routing
org.apache.hc.core5.http.io
org.apache.hc.core5.http.io.entity
org.apache.hc.core5.http.io.ssl
org.apache.hc.core5.http.io.support
org.apache.hc.core5.http.message
org.apache.hc.core5.http.nio
org.apache.hc.core5.http.nio.command
org.apache.hc.core5.http.nio.entity
org.apache.hc.core5.http.nio.ssl
org.apache.hc.core5.http.nio.support
org.apache.hc.core5.http.nio.support.classic
org.apache.hc.core5.http.protocol
org.apache.hc.core5.http.ssl
org.apache.hc.core5.http.support
org.apache.hc.core5.io
org.apache.hc.core5.net
org.apache.hc.core5.pool
org.apache.hc.core5.reactor
org.apache.hc.core5.reactor.ssl
org.apache.hc.core5.ssl
org.apache.hc.core5.util

本组件包含的 Java class(类)

org.apache.hc.core5.annotation.Contract
org.apache.hc.core5.annotation.Experimental
org.apache.hc.core5.annotation.Internal
org.apache.hc.core5.annotation.Obsolete
org.apache.hc.core5.annotation.ThreadingBehavior
org.apache.hc.core5.concurrent.BasicFuture
org.apache.hc.core5.concurrent.CallbackContribution
org.apache.hc.core5.concurrent.Cancellable
org.apache.hc.core5.concurrent.CancellableDependency
org.apache.hc.core5.concurrent.CompletedFuture
org.apache.hc.core5.concurrent.ComplexCancellable
org.apache.hc.core5.concurrent.ComplexFuture
org.apache.hc.core5.concurrent.DefaultThreadFactory
org.apache.hc.core5.concurrent.FutureCallback
org.apache.hc.core5.concurrent.FutureContribution
org.apache.hc.core5.function.Callback
org.apache.hc.core5.function.Decorator
org.apache.hc.core5.function.Factory
org.apache.hc.core5.function.Resolver
org.apache.hc.core5.function.Supplier
org.apache.hc.core5.http.Chars
org.apache.hc.core5.http.ClassicHttpRequest
org.apache.hc.core5.http.ClassicHttpResponse
org.apache.hc.core5.http.ConnectionClosedException
org.apache.hc.core5.http.ConnectionRequestTimeoutException
org.apache.hc.core5.http.ConnectionReuseStrategy
org.apache.hc.core5.http.ContentLengthStrategy
org.apache.hc.core5.http.ContentTooLongException
org.apache.hc.core5.http.ContentType
org.apache.hc.core5.http.EndpointDetails
org.apache.hc.core5.http.EntityDetails
org.apache.hc.core5.http.ExceptionListener
org.apache.hc.core5.http.FormattedHeader
org.apache.hc.core5.http.Header
org.apache.hc.core5.http.HeaderElement
org.apache.hc.core5.http.HeaderElements
org.apache.hc.core5.http.HttpConnection
org.apache.hc.core5.http.HttpConnectionMetrics
org.apache.hc.core5.http.HttpEntity
org.apache.hc.core5.http.HttpEntityContainer
org.apache.hc.core5.http.HttpException
org.apache.hc.core5.http.HttpHeaders
org.apache.hc.core5.http.HttpHost
org.apache.hc.core5.http.HttpMessage
org.apache.hc.core5.http.HttpRequest
org.apache.hc.core5.http.HttpRequestFactory
org.apache.hc.core5.http.HttpRequestInterceptor
org.apache.hc.core5.http.HttpRequestMapper
org.apache.hc.core5.http.HttpResponse
org.apache.hc.core5.http.HttpResponseFactory
org.apache.hc.core5.http.HttpResponseInterceptor
org.apache.hc.core5.http.HttpStatus
org.apache.hc.core5.http.HttpStreamResetException
org.apache.hc.core5.http.HttpVersion
org.apache.hc.core5.http.LengthRequiredException
org.apache.hc.core5.http.MalformedChunkCodingException
org.apache.hc.core5.http.Message
org.apache.hc.core5.http.MessageConstraintException
org.apache.hc.core5.http.MessageHeaders
org.apache.hc.core5.http.Method
org.apache.hc.core5.http.MethodNotSupportedException
org.apache.hc.core5.http.MisdirectedRequestException
org.apache.hc.core5.http.NameValuePair
org.apache.hc.core5.http.NoHttpResponseException
org.apache.hc.core5.http.NotImplementedException
org.apache.hc.core5.http.ParseException
org.apache.hc.core5.http.ProtocolException
org.apache.hc.core5.http.ProtocolVersion
org.apache.hc.core5.http.ProtocolVersionParser
org.apache.hc.core5.http.ProtocolVersionParser.Factory
org.apache.hc.core5.http.ReasonPhraseCatalog
org.apache.hc.core5.http.RequestHeaderFieldsTooLargeException
org.apache.hc.core5.http.RequestNotExecutedException
org.apache.hc.core5.http.SocketModalCloseable
org.apache.hc.core5.http.StreamClosedException
org.apache.hc.core5.http.TruncatedChunkException
org.apache.hc.core5.http.URIScheme
org.apache.hc.core5.http.UnsupportedHttpVersionException
org.apache.hc.core5.http.config.CharCodingConfig
org.apache.hc.core5.http.config.CharCodingConfig.Builder
org.apache.hc.core5.http.config.Http1Config
org.apache.hc.core5.http.config.Http1Config.Builder
org.apache.hc.core5.http.config.Lookup
org.apache.hc.core5.http.config.NamedElementChain
org.apache.hc.core5.http.config.Registry
org.apache.hc.core5.http.config.RegistryBuilder
org.apache.hc.core5.http.impl.BasicEndpointDetails
org.apache.hc.core5.http.impl.BasicEntityDetails
org.apache.hc.core5.http.impl.BasicHttpConnectionMetrics
org.apache.hc.core5.http.impl.BasicHttpTransportMetrics
org.apache.hc.core5.http.impl.CharCodingSupport
org.apache.hc.core5.http.impl.DefaultAddressResolver
org.apache.hc.core5.http.impl.DefaultConnectionReuseStrategy
org.apache.hc.core5.http.impl.DefaultContentLengthStrategy
org.apache.hc.core5.http.impl.EnglishReasonPhraseCatalog
org.apache.hc.core5.http.impl.Http1StreamListener
org.apache.hc.core5.http.impl.HttpProcessors
org.apache.hc.core5.http.impl.IncomingEntityDetails
org.apache.hc.core5.http.impl.ServerSupport
org.apache.hc.core5.http.impl.bootstrap.AsyncRequester
org.apache.hc.core5.http.impl.bootstrap.AsyncRequesterBootstrap
org.apache.hc.core5.http.impl.bootstrap.AsyncServer
org.apache.hc.core5.http.impl.bootstrap.AsyncServerBootstrap
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncServer
org.apache.hc.core5.http.impl.bootstrap.HttpRequester
org.apache.hc.core5.http.impl.bootstrap.HttpServer
org.apache.hc.core5.http.impl.bootstrap.RequesterBootstrap
org.apache.hc.core5.http.impl.bootstrap.ServerBootstrap
org.apache.hc.core5.http.impl.bootstrap.StandardFilter
org.apache.hc.core5.http.impl.io.AbstractMessageParser
org.apache.hc.core5.http.impl.io.AbstractMessageWriter
org.apache.hc.core5.http.impl.io.ChunkedInputStream
org.apache.hc.core5.http.impl.io.ChunkedOutputStream
org.apache.hc.core5.http.impl.io.ContentLengthInputStream
org.apache.hc.core5.http.impl.io.ContentLengthOutputStream
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnection
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory
org.apache.hc.core5.http.impl.io.DefaultBHttpClientConnectionFactory.Builder
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnectionFactory.Builder
org.apache.hc.core5.http.impl.io.DefaultClassicHttpRequestFactory
org.apache.hc.core5.http.impl.io.DefaultClassicHttpResponseFactory
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParser
org.apache.hc.core5.http.impl.io.DefaultHttpRequestParserFactory
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriter
org.apache.hc.core5.http.impl.io.DefaultHttpRequestWriterFactory
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParser
org.apache.hc.core5.http.impl.io.DefaultHttpResponseParserFactory
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriter
org.apache.hc.core5.http.impl.io.DefaultHttpResponseWriterFactory
org.apache.hc.core5.http.impl.io.EmptyInputStream
org.apache.hc.core5.http.impl.io.HttpRequestExecutor
org.apache.hc.core5.http.impl.io.HttpRequestExecutor.Builder
org.apache.hc.core5.http.impl.io.HttpService
org.apache.hc.core5.http.impl.io.HttpService.Builder
org.apache.hc.core5.http.impl.io.IdentityInputStream
org.apache.hc.core5.http.impl.io.IdentityOutputStream
org.apache.hc.core5.http.impl.io.MonitoringResponseOutOfOrderStrategy
org.apache.hc.core5.http.impl.io.NoResponseOutOfOrderStrategy
org.apache.hc.core5.http.impl.io.SessionInputBufferImpl
org.apache.hc.core5.http.impl.io.SessionOutputBufferImpl
org.apache.hc.core5.http.impl.io.SocketHolder
org.apache.hc.core5.http.impl.nio.AbstractContentDecoder
org.apache.hc.core5.http.impl.nio.AbstractContentEncoder
org.apache.hc.core5.http.impl.nio.AbstractMessageParser
org.apache.hc.core5.http.impl.nio.AbstractMessageWriter
org.apache.hc.core5.http.impl.nio.BufferedData
org.apache.hc.core5.http.impl.nio.ChunkDecoder
org.apache.hc.core5.http.impl.nio.ChunkEncoder
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandler
org.apache.hc.core5.http.impl.nio.ClientHttp1IOEventHandlerFactory
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestFactory
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParser
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestParserFactory
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriter
org.apache.hc.core5.http.impl.nio.DefaultHttpRequestWriterFactory
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseFactory
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParser
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseParserFactory
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriter
org.apache.hc.core5.http.impl.nio.DefaultHttpResponseWriterFactory
org.apache.hc.core5.http.impl.nio.ExpandableBuffer
org.apache.hc.core5.http.impl.nio.ExpandableBuffer.Mode
org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler
org.apache.hc.core5.http.impl.nio.IdentityDecoder
org.apache.hc.core5.http.impl.nio.IdentityEncoder
org.apache.hc.core5.http.impl.nio.LengthDelimitedDecoder
org.apache.hc.core5.http.impl.nio.LengthDelimitedEncoder
org.apache.hc.core5.http.impl.nio.MessageState
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandler
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
org.apache.hc.core5.http.impl.routing.PathPatternMatcher
org.apache.hc.core5.http.impl.routing.PathRoute
org.apache.hc.core5.http.impl.routing.RequestRouter
org.apache.hc.core5.http.impl.routing.RequestRouter.Builder
org.apache.hc.core5.http.impl.routing.RequestRouter.Entry
org.apache.hc.core5.http.io.BHttpConnection
org.apache.hc.core5.http.io.EofSensorInputStream
org.apache.hc.core5.http.io.EofSensorWatcher
org.apache.hc.core5.http.io.HttpClientConnection
org.apache.hc.core5.http.io.HttpClientResponseHandler
org.apache.hc.core5.http.io.HttpConnectionFactory
org.apache.hc.core5.http.io.HttpFilterChain
org.apache.hc.core5.http.io.HttpFilterChain.ResponseTrigger
org.apache.hc.core5.http.io.HttpFilterHandler
org.apache.hc.core5.http.io.HttpMessageParser
org.apache.hc.core5.http.io.HttpMessageParserFactory
org.apache.hc.core5.http.io.HttpMessageWriter
org.apache.hc.core5.http.io.HttpMessageWriterFactory
org.apache.hc.core5.http.io.HttpRequestHandler
org.apache.hc.core5.http.io.HttpResponseInformationCallback
org.apache.hc.core5.http.io.HttpServerConnection
org.apache.hc.core5.http.io.HttpServerRequestHandler
org.apache.hc.core5.http.io.HttpServerRequestHandler.ResponseTrigger
org.apache.hc.core5.http.io.HttpTransportMetrics
org.apache.hc.core5.http.io.ResponseOutOfOrderStrategy
org.apache.hc.core5.http.io.SessionInputBuffer
org.apache.hc.core5.http.io.SessionOutputBuffer
org.apache.hc.core5.http.io.SocketConfig
org.apache.hc.core5.http.io.SocketConfig.Builder
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
org.apache.hc.core5.http.io.entity.BasicHttpEntity
org.apache.hc.core5.http.io.entity.BufferedHttpEntity
org.apache.hc.core5.http.io.entity.ByteArrayEntity
org.apache.hc.core5.http.io.entity.ByteBufferEntity
org.apache.hc.core5.http.io.entity.EmptyInputStream
org.apache.hc.core5.http.io.entity.EntityTemplate
org.apache.hc.core5.http.io.entity.EntityUtils
org.apache.hc.core5.http.io.entity.FileEntity
org.apache.hc.core5.http.io.entity.HttpEntities
org.apache.hc.core5.http.io.entity.HttpEntityWrapper
org.apache.hc.core5.http.io.entity.InputStreamEntity
org.apache.hc.core5.http.io.entity.NullEntity
org.apache.hc.core5.http.io.entity.PathEntity
org.apache.hc.core5.http.io.entity.SerializableEntity
org.apache.hc.core5.http.io.entity.StringEntity
org.apache.hc.core5.http.io.ssl.DefaultTlsSetupHandler
org.apache.hc.core5.http.io.ssl.SSLSessionVerifier
org.apache.hc.core5.http.io.support.AbstractHttpServerAuthFilter
org.apache.hc.core5.http.io.support.BasicHttpServerExpectationDecorator
org.apache.hc.core5.http.io.support.BasicHttpServerRequestHandler
org.apache.hc.core5.http.io.support.ClassicRequestBuilder
org.apache.hc.core5.http.io.support.ClassicResponseBuilder
org.apache.hc.core5.http.io.support.HttpServerExpectationFilter
org.apache.hc.core5.http.io.support.HttpServerFilterChainElement
org.apache.hc.core5.http.io.support.HttpServerFilterChainRequestHandler
org.apache.hc.core5.http.io.support.TerminalServerFilter
org.apache.hc.core5.http.message.AbstractMessageWrapper
org.apache.hc.core5.http.message.BasicClassicHttpRequest
org.apache.hc.core5.http.message.BasicClassicHttpResponse
org.apache.hc.core5.http.message.BasicHeader
org.apache.hc.core5.http.message.BasicHeaderElement
org.apache.hc.core5.http.message.BasicHeaderElementIterator
org.apache.hc.core5.http.message.BasicHeaderIterator
org.apache.hc.core5.http.message.BasicHeaderValueFormatter
org.apache.hc.core5.http.message.BasicHeaderValueParser
org.apache.hc.core5.http.message.BasicHttpRequest
org.apache.hc.core5.http.message.BasicHttpResponse
org.apache.hc.core5.http.message.BasicLineFormatter
org.apache.hc.core5.http.message.BasicLineParser
org.apache.hc.core5.http.message.BasicNameValuePair
org.apache.hc.core5.http.message.BasicTokenIterator
org.apache.hc.core5.http.message.BufferedHeader
org.apache.hc.core5.http.message.HeaderGroup
org.apache.hc.core5.http.message.HeaderValueFormatter
org.apache.hc.core5.http.message.HeaderValueParser
org.apache.hc.core5.http.message.HttpRequestWrapper
org.apache.hc.core5.http.message.HttpResponseWrapper
org.apache.hc.core5.http.message.LazyLaxLineParser
org.apache.hc.core5.http.message.LazyLineParser
org.apache.hc.core5.http.message.LineFormatter
org.apache.hc.core5.http.message.LineParser
org.apache.hc.core5.http.message.MessageSupport
org.apache.hc.core5.http.message.ParserCursor
org.apache.hc.core5.http.message.RequestLine
org.apache.hc.core5.http.message.StatusLine
org.apache.hc.core5.http.message.StatusLine.StatusClass
org.apache.hc.core5.http.message.TokenParser
org.apache.hc.core5.http.nio.AsyncClientEndpoint
org.apache.hc.core5.http.nio.AsyncClientExchangeHandler
org.apache.hc.core5.http.nio.AsyncDataConsumer
org.apache.hc.core5.http.nio.AsyncDataExchangeHandler
org.apache.hc.core5.http.nio.AsyncDataProducer
org.apache.hc.core5.http.nio.AsyncEntityConsumer
org.apache.hc.core5.http.nio.AsyncEntityProducer
org.apache.hc.core5.http.nio.AsyncFilterChain
org.apache.hc.core5.http.nio.AsyncFilterChain.ResponseTrigger
org.apache.hc.core5.http.nio.AsyncFilterHandler
org.apache.hc.core5.http.nio.AsyncPushConsumer
org.apache.hc.core5.http.nio.AsyncPushProducer
org.apache.hc.core5.http.nio.AsyncRequestConsumer
org.apache.hc.core5.http.nio.AsyncRequestProducer
org.apache.hc.core5.http.nio.AsyncResponseConsumer
org.apache.hc.core5.http.nio.AsyncResponseProducer
org.apache.hc.core5.http.nio.AsyncServerExchangeHandler
org.apache.hc.core5.http.nio.AsyncServerRequestHandler
org.apache.hc.core5.http.nio.AsyncServerRequestHandler.ResponseTrigger
org.apache.hc.core5.http.nio.CapacityChannel
org.apache.hc.core5.http.nio.ContentDecoder
org.apache.hc.core5.http.nio.ContentEncoder
org.apache.hc.core5.http.nio.DataStreamChannel
org.apache.hc.core5.http.nio.FileContentDecoder
org.apache.hc.core5.http.nio.FileContentEncoder
org.apache.hc.core5.http.nio.HandlerFactory
org.apache.hc.core5.http.nio.NHttpMessageParser
org.apache.hc.core5.http.nio.NHttpMessageParserFactory
org.apache.hc.core5.http.nio.NHttpMessageWriter
org.apache.hc.core5.http.nio.NHttpMessageWriterFactory
org.apache.hc.core5.http.nio.RequestChannel
org.apache.hc.core5.http.nio.ResourceHolder
org.apache.hc.core5.http.nio.ResponseChannel
org.apache.hc.core5.http.nio.SessionInputBuffer
org.apache.hc.core5.http.nio.SessionOutputBuffer
org.apache.hc.core5.http.nio.StreamChannel
org.apache.hc.core5.http.nio.command.CommandSupport
org.apache.hc.core5.http.nio.command.ExecutableCommand
org.apache.hc.core5.http.nio.command.RequestExecutionCommand
org.apache.hc.core5.http.nio.command.ShutdownCommand
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityConsumer
org.apache.hc.core5.http.nio.entity.AbstractBinAsyncEntityProducer
org.apache.hc.core5.http.nio.entity.AbstractBinDataConsumer
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityConsumer
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer
org.apache.hc.core5.http.nio.entity.AbstractCharDataConsumer
org.apache.hc.core5.http.nio.entity.AsyncEntityProducerWrapper
org.apache.hc.core5.http.nio.entity.AsyncEntityProducers
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityConsumer
org.apache.hc.core5.http.nio.entity.BasicAsyncEntityProducer
org.apache.hc.core5.http.nio.entity.DigestingEntityConsumer
org.apache.hc.core5.http.nio.entity.DigestingEntityProducer
org.apache.hc.core5.http.nio.entity.DiscardingEntityConsumer
org.apache.hc.core5.http.nio.entity.FileEntityProducer
org.apache.hc.core5.http.nio.entity.NoopEntityConsumer
org.apache.hc.core5.http.nio.entity.PathEntityProducer
org.apache.hc.core5.http.nio.entity.StringAsyncEntityConsumer
org.apache.hc.core5.http.nio.entity.StringAsyncEntityProducer
org.apache.hc.core5.http.nio.ssl.BasicClientTlsStrategy
org.apache.hc.core5.http.nio.ssl.BasicServerTlsStrategy
org.apache.hc.core5.http.nio.ssl.FixedPortStrategy
org.apache.hc.core5.http.nio.ssl.SecurePortStrategy
org.apache.hc.core5.http.nio.ssl.TlsStrategy
org.apache.hc.core5.http.nio.ssl.TlsSupport
org.apache.hc.core5.http.nio.ssl.TlsUpgradeCapable
org.apache.hc.core5.http.nio.support.AbstractAsyncPushHandler
org.apache.hc.core5.http.nio.support.AbstractAsyncRequesterConsumer
org.apache.hc.core5.http.nio.support.AbstractAsyncResponseConsumer
org.apache.hc.core5.http.nio.support.AbstractAsyncServerAuthFilter
org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler
org.apache.hc.core5.http.nio.support.AsyncPushBuilder
org.apache.hc.core5.http.nio.support.AsyncRequestBuilder
org.apache.hc.core5.http.nio.support.AsyncResponseBuilder
org.apache.hc.core5.http.nio.support.AsyncServerExpectationFilter
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainElement
org.apache.hc.core5.http.nio.support.AsyncServerFilterChainExchangeHandlerFactory
org.apache.hc.core5.http.nio.support.BasicAsyncServerExpectationDecorator
org.apache.hc.core5.http.nio.support.BasicClientExchangeHandler
org.apache.hc.core5.http.nio.support.BasicPushProducer
org.apache.hc.core5.http.nio.support.BasicRequestConsumer
org.apache.hc.core5.http.nio.support.BasicRequestProducer
org.apache.hc.core5.http.nio.support.BasicResponseConsumer
org.apache.hc.core5.http.nio.support.BasicResponseProducer
org.apache.hc.core5.http.nio.support.BasicServerExchangeHandler
org.apache.hc.core5.http.nio.support.DefaultAsyncResponseExchangeHandlerFactory
org.apache.hc.core5.http.nio.support.ImmediateResponseExchangeHandler
org.apache.hc.core5.http.nio.support.TerminalAsyncServerFilter
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler
org.apache.hc.core5.http.nio.support.classic.ContentInputBuffer
org.apache.hc.core5.http.nio.support.classic.ContentInputStream
org.apache.hc.core5.http.nio.support.classic.ContentOutputBuffer
org.apache.hc.core5.http.nio.support.classic.ContentOutputStream
org.apache.hc.core5.http.nio.support.classic.SharedInputBuffer
org.apache.hc.core5.http.nio.support.classic.SharedOutputBuffer
org.apache.hc.core5.http.protocol.BasicHttpContext
org.apache.hc.core5.http.protocol.DefaultHttpProcessor
org.apache.hc.core5.http.protocol.ForwardedRequest
org.apache.hc.core5.http.protocol.HttpContext
org.apache.hc.core5.http.protocol.HttpCoreContext
org.apache.hc.core5.http.protocol.HttpDateGenerator
org.apache.hc.core5.http.protocol.HttpProcessor
org.apache.hc.core5.http.protocol.HttpProcessorBuilder
org.apache.hc.core5.http.protocol.LookupRegistry
org.apache.hc.core5.http.protocol.RequestConformance
org.apache.hc.core5.http.protocol.RequestConnControl
org.apache.hc.core5.http.protocol.RequestContent
org.apache.hc.core5.http.protocol.RequestDate
org.apache.hc.core5.http.protocol.RequestExpectContinue
org.apache.hc.core5.http.protocol.RequestHandlerRegistry
org.apache.hc.core5.http.protocol.RequestTargetHost
org.apache.hc.core5.http.protocol.RequestUserAgent
org.apache.hc.core5.http.protocol.RequestValidateHost
org.apache.hc.core5.http.protocol.ResponseConformance
org.apache.hc.core5.http.protocol.ResponseConnControl
org.apache.hc.core5.http.protocol.ResponseContent
org.apache.hc.core5.http.protocol.ResponseDate
org.apache.hc.core5.http.protocol.ResponseServer
org.apache.hc.core5.http.protocol.UriPatternMatcher
org.apache.hc.core5.http.protocol.UriPatternOrderedMatcher
org.apache.hc.core5.http.protocol.UriPatternType
org.apache.hc.core5.http.protocol.UriRegexMatcher
org.apache.hc.core5.http.protocol.ViaRequest
org.apache.hc.core5.http.ssl.TLS
org.apache.hc.core5.http.ssl.TlsCiphers
org.apache.hc.core5.http.support.AbstractMessageBuilder
org.apache.hc.core5.http.support.AbstractRequestBuilder
org.apache.hc.core5.http.support.AbstractResponseBuilder
org.apache.hc.core5.http.support.BasicRequestBuilder
org.apache.hc.core5.http.support.BasicResponseBuilder
org.apache.hc.core5.http.support.ExpectSupport
org.apache.hc.core5.http.support.Expectation
org.apache.hc.core5.io.CloseMode
org.apache.hc.core5.io.Closer
org.apache.hc.core5.io.IOCallback
org.apache.hc.core5.io.ModalCloseable
org.apache.hc.core5.io.SocketSupport
org.apache.hc.core5.io.SocketTimeoutExceptionFactory
org.apache.hc.core5.net.Host
org.apache.hc.core5.net.InetAddressUtils
org.apache.hc.core5.net.NamedEndpoint
org.apache.hc.core5.net.PercentCodec
org.apache.hc.core5.net.Ports
org.apache.hc.core5.net.URIAuthority
org.apache.hc.core5.net.URIBuilder
org.apache.hc.core5.net.URLEncodedUtils
org.apache.hc.core5.net.WWWFormCodec
org.apache.hc.core5.pool.ConnPool
org.apache.hc.core5.pool.ConnPoolControl
org.apache.hc.core5.pool.ConnPoolListener
org.apache.hc.core5.pool.ConnPoolStats
org.apache.hc.core5.pool.DefaultDisposalCallback
org.apache.hc.core5.pool.DisposalCallback
org.apache.hc.core5.pool.LaxConnPool
org.apache.hc.core5.pool.ManagedConnPool
org.apache.hc.core5.pool.PoolConcurrencyPolicy
org.apache.hc.core5.pool.PoolEntry
org.apache.hc.core5.pool.PoolReusePolicy
org.apache.hc.core5.pool.PoolStats
org.apache.hc.core5.pool.StrictConnPool
org.apache.hc.core5.reactor.AbstractIOSessionPool
org.apache.hc.core5.reactor.Command
org.apache.hc.core5.reactor.Command.Priority
org.apache.hc.core5.reactor.ConnectionAcceptor
org.apache.hc.core5.reactor.ConnectionInitiator
org.apache.hc.core5.reactor.DefaultConnectingIOReactor
org.apache.hc.core5.reactor.DefaultListeningIOReactor
org.apache.hc.core5.reactor.EndpointParameters
org.apache.hc.core5.reactor.EventMask
org.apache.hc.core5.reactor.IOEventHandler
org.apache.hc.core5.reactor.IOEventHandlerFactory
org.apache.hc.core5.reactor.IOReactor
org.apache.hc.core5.reactor.IOReactorConfig
org.apache.hc.core5.reactor.IOReactorConfig.Builder
org.apache.hc.core5.reactor.IOReactorService
org.apache.hc.core5.reactor.IOReactorShutdownException
org.apache.hc.core5.reactor.IOReactorStatus
org.apache.hc.core5.reactor.IOSession
org.apache.hc.core5.reactor.IOSession.Status
org.apache.hc.core5.reactor.IOSessionListener
org.apache.hc.core5.reactor.ListenerEndpoint
org.apache.hc.core5.reactor.ProtocolIOSession
org.apache.hc.core5.reactor.ProtocolUpgradeHandler
org.apache.hc.core5.reactor.SocksProxyProtocolHandlerFactory
org.apache.hc.core5.reactor.ssl.SSLBufferMode
org.apache.hc.core5.reactor.ssl.SSLIOSession
org.apache.hc.core5.reactor.ssl.SSLMode
org.apache.hc.core5.reactor.ssl.SSLSessionInitializer
org.apache.hc.core5.reactor.ssl.SSLSessionVerifier
org.apache.hc.core5.reactor.ssl.TlsDetails
org.apache.hc.core5.reactor.ssl.TransportSecurityLayer
org.apache.hc.core5.ssl.PrivateKeyDetails
org.apache.hc.core5.ssl.PrivateKeyStrategy
org.apache.hc.core5.ssl.SSLContextBuilder
org.apache.hc.core5.ssl.SSLContexts
org.apache.hc.core5.ssl.SSLInitializationException
org.apache.hc.core5.ssl.TrustStrategy
org.apache.hc.core5.util.Args
org.apache.hc.core5.util.Asserts
org.apache.hc.core5.util.ByteArrayBuffer
org.apache.hc.core5.util.CharArrayBuffer
org.apache.hc.core5.util.Deadline
org.apache.hc.core5.util.DeadlineTimeoutException
org.apache.hc.core5.util.Identifiable
org.apache.hc.core5.util.LangUtils
org.apache.hc.core5.util.ReflectionUtils
org.apache.hc.core5.util.TextUtils
org.apache.hc.core5.util.TimeValue
org.apache.hc.core5.util.Timeout
org.apache.hc.core5.util.TimeoutValueException
org.apache.hc.core5.util.Tokenizer
org.apache.hc.core5.util.Tokenizer.Cursor
org.apache.hc.core5.util.Tokenizer.Delimiter
org.apache.hc.core5.util.VersionInfo