httpcore-nio-4.4.12.jar中文-英文对照文档.zip

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

文件名称: httpcore-nio-4.4.12.jar中文-英文对照文档.zip

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

选择下载方式

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

文件简介

httpcore-nio-4.4.12.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Apache HttpCore NIO
  • 描述: Apache HttpComponents Core(非阻塞I/O)
  • 版本: 4.4.12

Maven依赖

<dependency>
	<groupId>org.apache.httpcomponents</groupId>
	<artifactId>httpcore-nio</artifactId>
	<version>4.4.12</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.apache.httpcomponents', name: 'httpcore-nio', version: '4.4.12'
Gradle (Short):
	implementation 'org.apache.httpcomponents:httpcore-nio:4.4.12'
Gradle (Kotlin):
	implementation("org.apache.httpcomponents:httpcore-nio:4.4.12")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

org.apache.http.impl.nio
org.apache.http.impl.nio.bootstrap
org.apache.http.impl.nio.codecs
org.apache.http.impl.nio.pool
org.apache.http.impl.nio.reactor
org.apache.http.impl.nio.ssl
org.apache.http.nio
org.apache.http.nio.entity
org.apache.http.nio.params
org.apache.http.nio.pool
org.apache.http.nio.protocol
org.apache.http.nio.reactor
org.apache.http.nio.reactor.ssl
org.apache.http.nio.util

本组件包含的 Java class(类)

org.apache.http.impl.nio.DefaultClientIOEventDispatch
org.apache.http.impl.nio.DefaultHttpClientIODispatch
org.apache.http.impl.nio.DefaultHttpServerIODispatch
org.apache.http.impl.nio.DefaultNHttpClientConnection
org.apache.http.impl.nio.DefaultNHttpClientConnectionFactory
org.apache.http.impl.nio.DefaultNHttpServerConnection
org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
org.apache.http.impl.nio.DefaultServerIOEventDispatch
org.apache.http.impl.nio.NHttpConnectionBase
org.apache.http.impl.nio.SSLClientIOEventDispatch
org.apache.http.impl.nio.SSLNHttpClientConnectionFactory
org.apache.http.impl.nio.SSLNHttpServerConnectionFactory
org.apache.http.impl.nio.SSLServerIOEventDispatch
org.apache.http.impl.nio.bootstrap.HttpServer
org.apache.http.impl.nio.bootstrap.ServerBootstrap
org.apache.http.impl.nio.codecs.AbstractContentDecoder
org.apache.http.impl.nio.codecs.AbstractContentEncoder
org.apache.http.impl.nio.codecs.AbstractMessageParser
org.apache.http.impl.nio.codecs.AbstractMessageWriter
org.apache.http.impl.nio.codecs.ChunkDecoder
org.apache.http.impl.nio.codecs.ChunkEncoder
org.apache.http.impl.nio.codecs.DefaultHttpRequestParser
org.apache.http.impl.nio.codecs.DefaultHttpRequestParserFactory
org.apache.http.impl.nio.codecs.DefaultHttpRequestWriter
org.apache.http.impl.nio.codecs.DefaultHttpRequestWriterFactory
org.apache.http.impl.nio.codecs.DefaultHttpResponseParser
org.apache.http.impl.nio.codecs.DefaultHttpResponseParserFactory
org.apache.http.impl.nio.codecs.DefaultHttpResponseWriter
org.apache.http.impl.nio.codecs.DefaultHttpResponseWriterFactory
org.apache.http.impl.nio.codecs.HttpRequestParser
org.apache.http.impl.nio.codecs.HttpRequestWriter
org.apache.http.impl.nio.codecs.HttpResponseParser
org.apache.http.impl.nio.codecs.HttpResponseWriter
org.apache.http.impl.nio.codecs.IdentityDecoder
org.apache.http.impl.nio.codecs.IdentityEncoder
org.apache.http.impl.nio.codecs.LengthDelimitedDecoder
org.apache.http.impl.nio.codecs.LengthDelimitedEncoder
org.apache.http.impl.nio.pool.BasicNIOConnFactory
org.apache.http.impl.nio.pool.BasicNIOConnPool
org.apache.http.impl.nio.pool.BasicNIOPoolEntry
org.apache.http.impl.nio.reactor.AbstractIODispatch
org.apache.http.impl.nio.reactor.AbstractIOReactor
org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor
org.apache.http.impl.nio.reactor.BaseIOReactor
org.apache.http.impl.nio.reactor.ChannelEntry
org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor
org.apache.http.impl.nio.reactor.DefaultListeningIOReactor
org.apache.http.impl.nio.reactor.ExceptionEvent
org.apache.http.impl.nio.reactor.IOReactorConfig
org.apache.http.impl.nio.reactor.IOReactorConfig.Builder
org.apache.http.impl.nio.reactor.IOSessionImpl
org.apache.http.impl.nio.reactor.ListenerEndpointClosedCallback
org.apache.http.impl.nio.reactor.ListenerEndpointImpl
org.apache.http.impl.nio.reactor.SSLIOSession
org.apache.http.impl.nio.reactor.SSLIOSessionHandler
org.apache.http.impl.nio.reactor.SSLMode
org.apache.http.impl.nio.reactor.SSLSetupHandler
org.apache.http.impl.nio.reactor.SessionClosedCallback
org.apache.http.impl.nio.reactor.SessionHandle
org.apache.http.impl.nio.reactor.SessionInputBufferImpl
org.apache.http.impl.nio.reactor.SessionOutputBufferImpl
org.apache.http.impl.nio.reactor.SessionRequestHandle
org.apache.http.impl.nio.reactor.SessionRequestImpl
org.apache.http.impl.nio.ssl.SSLClientIOEventDispatch
org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
org.apache.http.nio.ContentDecoder
org.apache.http.nio.ContentDecoderChannel
org.apache.http.nio.ContentEncoder
org.apache.http.nio.ContentEncoderChannel
org.apache.http.nio.FileContentDecoder
org.apache.http.nio.FileContentEncoder
org.apache.http.nio.IOControl
org.apache.http.nio.NHttpClientConnection
org.apache.http.nio.NHttpClientEventHandler
org.apache.http.nio.NHttpClientHandler
org.apache.http.nio.NHttpClientIOTarget
org.apache.http.nio.NHttpConnection
org.apache.http.nio.NHttpConnectionFactory
org.apache.http.nio.NHttpMessageParser
org.apache.http.nio.NHttpMessageParserFactory
org.apache.http.nio.NHttpMessageWriter
org.apache.http.nio.NHttpMessageWriterFactory
org.apache.http.nio.NHttpServerConnection
org.apache.http.nio.NHttpServerEventHandler
org.apache.http.nio.NHttpServerIOTarget
org.apache.http.nio.NHttpServiceHandler
org.apache.http.nio.entity.BufferingNHttpEntity
org.apache.http.nio.entity.ConsumingNHttpEntity
org.apache.http.nio.entity.ConsumingNHttpEntityTemplate
org.apache.http.nio.entity.ContentBufferEntity
org.apache.http.nio.entity.ContentInputStream
org.apache.http.nio.entity.ContentListener
org.apache.http.nio.entity.ContentOutputStream
org.apache.http.nio.entity.EntityAsyncContentProducer
org.apache.http.nio.entity.HttpAsyncContentProducer
org.apache.http.nio.entity.NByteArrayEntity
org.apache.http.nio.entity.NFileEntity
org.apache.http.nio.entity.NHttpEntityWrapper
org.apache.http.nio.entity.NStringEntity
org.apache.http.nio.entity.ProducingNHttpEntity
org.apache.http.nio.entity.SkipContentListener
org.apache.http.nio.params.NIOReactorPNames
org.apache.http.nio.params.NIOReactorParamBean
org.apache.http.nio.params.NIOReactorParams
org.apache.http.nio.pool.AbstractNIOConnPool
org.apache.http.nio.pool.NIOConnFactory
org.apache.http.nio.pool.SocketAddressResolver
org.apache.http.nio.protocol.AbstractAsyncRequestConsumer
org.apache.http.nio.protocol.AbstractAsyncResponseConsumer
org.apache.http.nio.protocol.AsyncNHttpClientHandler
org.apache.http.nio.protocol.AsyncNHttpClientHandler.ClientConnState
org.apache.http.nio.protocol.AsyncNHttpServiceHandler
org.apache.http.nio.protocol.AsyncNHttpServiceHandler.ServerConnState
org.apache.http.nio.protocol.BasicAsyncClientExchangeHandler
org.apache.http.nio.protocol.BasicAsyncRequestConsumer
org.apache.http.nio.protocol.BasicAsyncRequestExecutionHandler
org.apache.http.nio.protocol.BasicAsyncRequestHandler
org.apache.http.nio.protocol.BasicAsyncRequestProducer
org.apache.http.nio.protocol.BasicAsyncResponseConsumer
org.apache.http.nio.protocol.BasicAsyncResponseProducer
org.apache.http.nio.protocol.BufferingHttpClientHandler
org.apache.http.nio.protocol.BufferingHttpServiceHandler
org.apache.http.nio.protocol.ErrorResponseProducer
org.apache.http.nio.protocol.EventListener
org.apache.http.nio.protocol.HttpAsyncClientExchangeHandler
org.apache.http.nio.protocol.HttpAsyncExchange
org.apache.http.nio.protocol.HttpAsyncExpectationVerifier
org.apache.http.nio.protocol.HttpAsyncRequestConsumer
org.apache.http.nio.protocol.HttpAsyncRequestExecutionHandler
org.apache.http.nio.protocol.HttpAsyncRequestExecutor
org.apache.http.nio.protocol.HttpAsyncRequestHandler
org.apache.http.nio.protocol.HttpAsyncRequestHandlerMapper
org.apache.http.nio.protocol.HttpAsyncRequestHandlerRegistry
org.apache.http.nio.protocol.HttpAsyncRequestHandlerResolver
org.apache.http.nio.protocol.HttpAsyncRequestProducer
org.apache.http.nio.protocol.HttpAsyncRequester
org.apache.http.nio.protocol.HttpAsyncResponseConsumer
org.apache.http.nio.protocol.HttpAsyncResponseProducer
org.apache.http.nio.protocol.HttpAsyncService
org.apache.http.nio.protocol.HttpRequestExecutionHandler
org.apache.http.nio.protocol.NHttpHandlerBase
org.apache.http.nio.protocol.NHttpRequestExecutionHandler
org.apache.http.nio.protocol.NHttpRequestHandler
org.apache.http.nio.protocol.NHttpRequestHandlerRegistry
org.apache.http.nio.protocol.NHttpRequestHandlerResolver
org.apache.http.nio.protocol.NHttpResponseTrigger
org.apache.http.nio.protocol.Pipelined
org.apache.http.nio.protocol.PipeliningClientExchangeHandler
org.apache.http.nio.protocol.SimpleNHttpRequestHandler
org.apache.http.nio.protocol.ThrottlingHttpClientHandler
org.apache.http.nio.protocol.ThrottlingHttpServiceHandler
org.apache.http.nio.protocol.UriHttpAsyncRequestHandlerMapper
org.apache.http.nio.reactor.ConnectingIOReactor
org.apache.http.nio.reactor.EventMask
org.apache.http.nio.reactor.IOEventDispatch
org.apache.http.nio.reactor.IOReactor
org.apache.http.nio.reactor.IOReactorException
org.apache.http.nio.reactor.IOReactorExceptionHandler
org.apache.http.nio.reactor.IOReactorStatus
org.apache.http.nio.reactor.IOSession
org.apache.http.nio.reactor.ListenerEndpoint
org.apache.http.nio.reactor.ListeningIOReactor
org.apache.http.nio.reactor.SessionBufferStatus
org.apache.http.nio.reactor.SessionInputBuffer
org.apache.http.nio.reactor.SessionOutputBuffer
org.apache.http.nio.reactor.SessionRequest
org.apache.http.nio.reactor.SessionRequestCallback
org.apache.http.nio.reactor.SocketAccessor
org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy
org.apache.http.nio.reactor.ssl.ReleasableSSLBufferManagementStrategy
org.apache.http.nio.reactor.ssl.SSLBuffer
org.apache.http.nio.reactor.ssl.SSLBufferManagementStrategy
org.apache.http.nio.reactor.ssl.SSLIOSession
org.apache.http.nio.reactor.ssl.SSLMode
org.apache.http.nio.reactor.ssl.SSLSetupHandler
org.apache.http.nio.util.BufferInfo
org.apache.http.nio.util.ByteBufferAllocator
org.apache.http.nio.util.ContentInputBuffer
org.apache.http.nio.util.ContentOutputBuffer
org.apache.http.nio.util.DirectByteBufferAllocator
org.apache.http.nio.util.ExpandableBuffer
org.apache.http.nio.util.HeapByteBufferAllocator
org.apache.http.nio.util.SharedInputBuffer
org.apache.http.nio.util.SharedOutputBuffer
org.apache.http.nio.util.SimpleInputBuffer
org.apache.http.nio.util.SimpleOutputBuffer