vertx-core-3.9.0.jar中文-英文对照文档.zip

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

文件名称: vertx-core-3.9.0.jar中文-英文对照文档.zip

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

选择下载方式

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

文件简介

vertx-core-3.9.0.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Vert.x Core
  • 描述: io.vertx - vertx-core
  • 版本: 3.9.0

Maven依赖

<dependency>
	<groupId>io.vertx</groupId>
	<artifactId>vertx-core</artifactId>
	<version>3.9.0</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'io.vertx', name: 'vertx-core', version: '3.9.0'
Gradle (Short):
	implementation 'io.vertx:vertx-core:3.9.0'
Gradle (Kotlin):
	implementation("io.vertx:vertx-core:3.9.0")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

io.vertx.core
io.vertx.core.buffer
io.vertx.core.cli
io.vertx.core.cli.annotations
io.vertx.core.cli.converters
io.vertx.core.datagram
io.vertx.core.dns
io.vertx.core.eventbus
io.vertx.core.file
io.vertx.core.http
io.vertx.core.json
io.vertx.core.json.jackson
io.vertx.core.json.pointer
io.vertx.core.logging
io.vertx.core.metrics
io.vertx.core.net
io.vertx.core.parsetools
io.vertx.core.shareddata
io.vertx.core.spi
io.vertx.core.spi.cluster
io.vertx.core.spi.json
io.vertx.core.spi.launcher
io.vertx.core.spi.logging
io.vertx.core.spi.metrics
io.vertx.core.spi.resolver
io.vertx.core.streams

本组件包含的 Java class(类)

io.vertx.core.AbstractVerticle
io.vertx.core.AsyncResult
io.vertx.core.Closeable
io.vertx.core.CompositeFuture
io.vertx.core.Context
io.vertx.core.DeploymentOptions
io.vertx.core.Future
io.vertx.core.Handler
io.vertx.core.Launcher
io.vertx.core.MultiMap
io.vertx.core.Promise
io.vertx.core.ServiceHelper
io.vertx.core.Starter
io.vertx.core.TimeoutStream
io.vertx.core.Verticle
io.vertx.core.Vertx
io.vertx.core.VertxException
io.vertx.core.VertxOptions
io.vertx.core.WorkerExecutor
io.vertx.core.buffer.Buffer
io.vertx.core.cli.AmbiguousOptionException
io.vertx.core.cli.Argument
io.vertx.core.cli.CLI
io.vertx.core.cli.CLIException
io.vertx.core.cli.CommandLine
io.vertx.core.cli.InvalidValueException
io.vertx.core.cli.MissingOptionException
io.vertx.core.cli.MissingValueException
io.vertx.core.cli.Option
io.vertx.core.cli.TypedArgument
io.vertx.core.cli.TypedOption
io.vertx.core.cli.UsageMessageFormatter
io.vertx.core.cli.annotations.Argument
io.vertx.core.cli.annotations.CLIConfigurator
io.vertx.core.cli.annotations.ConvertedBy
io.vertx.core.cli.annotations.DefaultValue
io.vertx.core.cli.annotations.Description
io.vertx.core.cli.annotations.Hidden
io.vertx.core.cli.annotations.Name
io.vertx.core.cli.annotations.Option
io.vertx.core.cli.annotations.ParsedAsList
io.vertx.core.cli.annotations.Summary
io.vertx.core.cli.converters.BooleanConverter
io.vertx.core.cli.converters.CharacterConverter
io.vertx.core.cli.converters.ConstructorBasedConverter
io.vertx.core.cli.converters.Converter
io.vertx.core.cli.converters.Converters
io.vertx.core.cli.converters.FromBasedConverter
io.vertx.core.cli.converters.FromStringBasedConverter
io.vertx.core.cli.converters.ValueOfBasedConverter
io.vertx.core.datagram.DatagramPacket
io.vertx.core.datagram.DatagramSocket
io.vertx.core.datagram.DatagramSocketOptions
io.vertx.core.dns.AddressResolverOptions
io.vertx.core.dns.DnsClient
io.vertx.core.dns.DnsClientOptions
io.vertx.core.dns.DnsClientOptionsConverter
io.vertx.core.dns.DnsException
io.vertx.core.dns.DnsResponseCode
io.vertx.core.dns.MxRecord
io.vertx.core.dns.SrvRecord
io.vertx.core.eventbus.DeliveryContext
io.vertx.core.eventbus.DeliveryOptions
io.vertx.core.eventbus.EventBus
io.vertx.core.eventbus.EventBusOptions
io.vertx.core.eventbus.Message
io.vertx.core.eventbus.MessageCodec
io.vertx.core.eventbus.MessageConsumer
io.vertx.core.eventbus.MessageProducer
io.vertx.core.eventbus.ReplyException
io.vertx.core.eventbus.ReplyFailure
io.vertx.core.file.AsyncFile
io.vertx.core.file.CopyOptions
io.vertx.core.file.FileProps
io.vertx.core.file.FileSystem
io.vertx.core.file.FileSystemException
io.vertx.core.file.FileSystemOptions
io.vertx.core.file.FileSystemProps
io.vertx.core.file.OpenOptions
io.vertx.core.http.CaseInsensitiveHeaders
io.vertx.core.http.ClientAuth
io.vertx.core.http.ConnectionPoolTooBusyException
io.vertx.core.http.Cookie
io.vertx.core.http.CookieSameSite
io.vertx.core.http.GoAway
io.vertx.core.http.Http2Settings
io.vertx.core.http.HttpClient
io.vertx.core.http.HttpClientOptions
io.vertx.core.http.HttpClientRequest
io.vertx.core.http.HttpClientResponse
io.vertx.core.http.HttpConnection
io.vertx.core.http.HttpFrame
io.vertx.core.http.HttpHeaders
io.vertx.core.http.HttpMethod
io.vertx.core.http.HttpServer
io.vertx.core.http.HttpServerFileUpload
io.vertx.core.http.HttpServerOptions
io.vertx.core.http.HttpServerRequest
io.vertx.core.http.HttpServerResponse
io.vertx.core.http.HttpVersion
io.vertx.core.http.RequestOptions
io.vertx.core.http.RequestOptionsConverter
io.vertx.core.http.ServerWebSocket
io.vertx.core.http.StreamPriority
io.vertx.core.http.StreamResetException
io.vertx.core.http.UpgradeRejectedException
io.vertx.core.http.WebSocket
io.vertx.core.http.WebSocketBase
io.vertx.core.http.WebSocketConnectOptions
io.vertx.core.http.WebSocketConnectOptionsConverter
io.vertx.core.http.WebSocketFrame
io.vertx.core.http.WebsocketRejectedException
io.vertx.core.http.WebsocketVersion
io.vertx.core.json.DecodeException
io.vertx.core.json.EncodeException
io.vertx.core.json.Json
io.vertx.core.json.JsonArray
io.vertx.core.json.JsonObject
io.vertx.core.json.jackson.DatabindCodec
io.vertx.core.json.jackson.JacksonCodec
io.vertx.core.json.pointer.JsonPointer
io.vertx.core.json.pointer.JsonPointerIterator
io.vertx.core.logging.JULLogDelegate
io.vertx.core.logging.JULLogDelegateFactory
io.vertx.core.logging.Log4j2LogDelegate
io.vertx.core.logging.Log4j2LogDelegateFactory
io.vertx.core.logging.Log4jLogDelegate
io.vertx.core.logging.Log4jLogDelegateFactory
io.vertx.core.logging.Logger
io.vertx.core.logging.LoggerFactory
io.vertx.core.logging.SLF4JLogDelegate
io.vertx.core.logging.SLF4JLogDelegateFactory
io.vertx.core.logging.VertxLoggerFormatter
io.vertx.core.metrics.Measured
io.vertx.core.metrics.MetricsOptions
io.vertx.core.net.ClientOptionsBase
io.vertx.core.net.JdkSSLEngineOptions
io.vertx.core.net.JksOptions
io.vertx.core.net.JksOptionsConverter
io.vertx.core.net.KeyCertOptions
io.vertx.core.net.NetClient
io.vertx.core.net.NetClientOptions
io.vertx.core.net.NetServer
io.vertx.core.net.NetServerOptions
io.vertx.core.net.NetSocket
io.vertx.core.net.NetworkOptions
io.vertx.core.net.OpenSSLEngineOptions
io.vertx.core.net.PemKeyCertOptions
io.vertx.core.net.PemTrustOptions
io.vertx.core.net.PfxOptions
io.vertx.core.net.ProxyOptions
io.vertx.core.net.ProxyType
io.vertx.core.net.SSLEngineOptions
io.vertx.core.net.SelfSignedCertificate
io.vertx.core.net.ServerOptionsBase
io.vertx.core.net.SocketAddress
io.vertx.core.net.TCPSSLOptions
io.vertx.core.net.TrustOptions
io.vertx.core.parsetools.JsonEvent
io.vertx.core.parsetools.JsonEventType
io.vertx.core.parsetools.JsonParser
io.vertx.core.parsetools.RecordParser
io.vertx.core.shareddata.AsyncMap
io.vertx.core.shareddata.Counter
io.vertx.core.shareddata.LocalMap
io.vertx.core.shareddata.Lock
io.vertx.core.shareddata.Shareable
io.vertx.core.shareddata.SharedData
io.vertx.core.spi.BufferFactory
io.vertx.core.spi.FutureFactory
io.vertx.core.spi.PumpFactory
io.vertx.core.spi.VerticleFactory
io.vertx.core.spi.VertxFactory
io.vertx.core.spi.VertxMetricsFactory
io.vertx.core.spi.WebSocketFrameFactory
io.vertx.core.spi.cluster.AsyncMultiMap
io.vertx.core.spi.cluster.ChoosableIterable
io.vertx.core.spi.cluster.ClusterManager
io.vertx.core.spi.cluster.NodeListener
io.vertx.core.spi.json.JsonCodec
io.vertx.core.spi.launcher.Command
io.vertx.core.spi.launcher.CommandFactory
io.vertx.core.spi.launcher.CommandFactoryLookup
io.vertx.core.spi.launcher.DefaultCommand
io.vertx.core.spi.launcher.DefaultCommandFactory
io.vertx.core.spi.launcher.ExecutionContext
io.vertx.core.spi.logging.LogDelegate
io.vertx.core.spi.logging.LogDelegateFactory
io.vertx.core.spi.metrics.DatagramSocketMetrics
io.vertx.core.spi.metrics.EventBusMetrics
io.vertx.core.spi.metrics.HttpClientMetrics
io.vertx.core.spi.metrics.HttpServerMetrics
io.vertx.core.spi.metrics.Metrics
io.vertx.core.spi.metrics.MetricsProvider
io.vertx.core.spi.metrics.NetworkMetrics
io.vertx.core.spi.metrics.PoolMetrics
io.vertx.core.spi.metrics.TCPMetrics
io.vertx.core.spi.metrics.VertxMetrics
io.vertx.core.spi.resolver.ResolverProvider
io.vertx.core.streams.Pipe
io.vertx.core.streams.Pump
io.vertx.core.streams.ReadStream
io.vertx.core.streams.StreamBase
io.vertx.core.streams.WriteStream