文件名称: httpcore5-h2-5.3.4.jar中文-英文对照文档.zip
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-h2</artifactId>
<version>5.3.4</version>
</dependency>Gradle:
implementation group: 'org.apache.httpcomponents.core5', name: 'httpcore5-h2', version: '5.3.4'
Gradle (Short):
implementation 'org.apache.httpcomponents.core5:httpcore5-h2:5.3.4'
Gradle (Kotlin):
implementation("org.apache.httpcomponents.core5:httpcore5-h2:5.3.4")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.apache.hc.core5.http2
org.apache.hc.core5.http2.config
org.apache.hc.core5.http2.frame
org.apache.hc.core5.http2.hpack
org.apache.hc.core5.http2.impl
org.apache.hc.core5.http2.impl.io
org.apache.hc.core5.http2.impl.nio
org.apache.hc.core5.http2.impl.nio.bootstrap
org.apache.hc.core5.http2.nio
org.apache.hc.core5.http2.nio.command
org.apache.hc.core5.http2.nio.pool
org.apache.hc.core5.http2.nio.support
org.apache.hc.core5.http2.protocol
org.apache.hc.core5.http2.sslorg.apache.hc.core5.http2.H2ConnectionException
org.apache.hc.core5.http2.H2CorruptFrameException
org.apache.hc.core5.http2.H2Error
org.apache.hc.core5.http2.H2MessageConverter
org.apache.hc.core5.http2.H2PseudoRequestHeaders
org.apache.hc.core5.http2.H2PseudoResponseHeaders
org.apache.hc.core5.http2.H2StreamResetException
org.apache.hc.core5.http2.H2TransportMetrics
org.apache.hc.core5.http2.HttpVersionPolicy
org.apache.hc.core5.http2.config.H2Config
org.apache.hc.core5.http2.config.H2Config.Builder
org.apache.hc.core5.http2.config.H2Param
org.apache.hc.core5.http2.config.H2Setting
org.apache.hc.core5.http2.frame.DefaultFrameFactory
org.apache.hc.core5.http2.frame.Frame
org.apache.hc.core5.http2.frame.FrameConsts
org.apache.hc.core5.http2.frame.FrameFactory
org.apache.hc.core5.http2.frame.FrameFlag
org.apache.hc.core5.http2.frame.FramePrinter
org.apache.hc.core5.http2.frame.FrameType
org.apache.hc.core5.http2.frame.RawFrame
org.apache.hc.core5.http2.frame.StreamIdGenerator
org.apache.hc.core5.http2.hpack.HPackDecoder
org.apache.hc.core5.http2.hpack.HPackEncoder
org.apache.hc.core5.http2.hpack.HPackException
org.apache.hc.core5.http2.hpack.HeaderListConstraintException
org.apache.hc.core5.http2.hpack.Huffman
org.apache.hc.core5.http2.impl.BasicH2TransportMetrics
org.apache.hc.core5.http2.impl.DefaultH2RequestConverter
org.apache.hc.core5.http2.impl.DefaultH2ResponseConverter
org.apache.hc.core5.http2.impl.H2Processors
org.apache.hc.core5.http2.impl.io.FrameInputBuffer
org.apache.hc.core5.http2.impl.io.FrameOutputBuffer
org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler
org.apache.hc.core5.http2.impl.nio.ClientH2PrefaceHandler
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexer
org.apache.hc.core5.http2.impl.nio.ClientH2StreamMultiplexerFactory
org.apache.hc.core5.http2.impl.nio.ClientH2UpgradeHandler
org.apache.hc.core5.http2.impl.nio.ClientHttp1UpgradeHandler
org.apache.hc.core5.http2.impl.nio.ClientHttpProtocolNegotiationStarter
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer
org.apache.hc.core5.http2.impl.nio.FrameOutputBuffer
org.apache.hc.core5.http2.impl.nio.H2StreamListener
org.apache.hc.core5.http2.impl.nio.HttpProtocolNegotiator
org.apache.hc.core5.http2.impl.nio.ProtocolNegotiationException
org.apache.hc.core5.http2.impl.nio.ServerH2IOEventHandler
org.apache.hc.core5.http2.impl.nio.ServerH2PrefaceHandler
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexer
org.apache.hc.core5.http2.impl.nio.ServerH2StreamMultiplexerFactory
org.apache.hc.core5.http2.impl.nio.ServerH2UpgradeHandler
org.apache.hc.core5.http2.impl.nio.ServerHttp1UpgradeHandler
org.apache.hc.core5.http2.impl.nio.ServerHttpProtocolNegotiationStarter
org.apache.hc.core5.http2.impl.nio.bootstrap.H2AsyncRequester
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequester
org.apache.hc.core5.http2.impl.nio.bootstrap.H2MultiplexingRequesterBootstrap
org.apache.hc.core5.http2.impl.nio.bootstrap.H2RequesterBootstrap
org.apache.hc.core5.http2.impl.nio.bootstrap.H2ServerBootstrap
org.apache.hc.core5.http2.nio.AsyncPingHandler
org.apache.hc.core5.http2.nio.command.PingCommand
org.apache.hc.core5.http2.nio.pool.H2ConnPool
org.apache.hc.core5.http2.nio.support.BasicPingHandler
org.apache.hc.core5.http2.nio.support.DefaultAsyncPushConsumerFactory
org.apache.hc.core5.http2.protocol.H2RequestConformance
org.apache.hc.core5.http2.protocol.H2RequestConnControl
org.apache.hc.core5.http2.protocol.H2RequestContent
org.apache.hc.core5.http2.protocol.H2RequestTargetHost
org.apache.hc.core5.http2.protocol.H2RequestValidateHost
org.apache.hc.core5.http2.protocol.H2ResponseConformance
org.apache.hc.core5.http2.protocol.H2ResponseConnControl
org.apache.hc.core5.http2.protocol.H2ResponseContent
org.apache.hc.core5.http2.ssl.ApplicationProtocol
org.apache.hc.core5.http2.ssl.ConscryptClientTlsStrategy
org.apache.hc.core5.http2.ssl.ConscryptServerTlsStrategy
org.apache.hc.core5.http2.ssl.ConscryptSupport
org.apache.hc.core5.http2.ssl.H2ClientTlsStrategy
org.apache.hc.core5.http2.ssl.H2ServerTlsStrategy
org.apache.hc.core5.http2.ssl.H2TlsSupport