spring-websocket-6.2.9.jar中文-英文对照文档.zip

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

文件名称: spring-websocket-6.2.9.jar中文-英文对照文档.zip

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

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

spring-websocket-6.2.9.jar中文-英文对照文档.zip 中包含以下内容

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

使用方法

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

组件信息

简介

  • 名称: Spring WebSocket
  • 描述: Spring WebSocket
  • 版本: 6.2.9

Maven依赖

<dependency>
	<groupId>org.springframework</groupId>
	<artifactId>spring-websocket</artifactId>
	<version>6.2.9</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework', name: 'spring-websocket', version: '6.2.9'
Gradle (Short):
	implementation 'org.springframework:spring-websocket:6.2.9'
Gradle (Kotlin):
	implementation("org.springframework:spring-websocket:6.2.9")

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

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

版权声明与来源信息

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

本组件包含的 Java package(包)

org.springframework.web.socket
org.springframework.web.socket.adapter
org.springframework.web.socket.adapter.jetty
org.springframework.web.socket.adapter.standard
org.springframework.web.socket.client
org.springframework.web.socket.client.standard
org.springframework.web.socket.config
org.springframework.web.socket.config.annotation
org.springframework.web.socket.handler
org.springframework.web.socket.messaging
org.springframework.web.socket.server
org.springframework.web.socket.server.jetty
org.springframework.web.socket.server.standard
org.springframework.web.socket.server.support
org.springframework.web.socket.sockjs
org.springframework.web.socket.sockjs.client
org.springframework.web.socket.sockjs.frame
org.springframework.web.socket.sockjs.support
org.springframework.web.socket.sockjs.transport
org.springframework.web.socket.sockjs.transport.handler
org.springframework.web.socket.sockjs.transport.session

本组件包含的 Java class(类)

org.springframework.web.socket.AbstractWebSocketMessage
org.springframework.web.socket.BinaryMessage
org.springframework.web.socket.CloseStatus
org.springframework.web.socket.PingMessage
org.springframework.web.socket.PongMessage
org.springframework.web.socket.SubProtocolCapable
org.springframework.web.socket.TextMessage
org.springframework.web.socket.WebSocketExtension
org.springframework.web.socket.WebSocketHandler
org.springframework.web.socket.WebSocketHttpHeaders
org.springframework.web.socket.WebSocketMessage
org.springframework.web.socket.WebSocketSession
org.springframework.web.socket.adapter.AbstractWebSocketSession
org.springframework.web.socket.adapter.NativeWebSocketSession
org.springframework.web.socket.adapter.jetty.JettyWebSocketHandlerAdapter
org.springframework.web.socket.adapter.jetty.JettyWebSocketSession
org.springframework.web.socket.adapter.jetty.WebSocketToJettyExtensionConfigAdapter
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryDecoder
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.BinaryEncoder
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextDecoder
org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport.TextEncoder
org.springframework.web.socket.adapter.standard.StandardToWebSocketExtensionAdapter
org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter
org.springframework.web.socket.adapter.standard.StandardWebSocketSession
org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter
org.springframework.web.socket.client.AbstractWebSocketClient
org.springframework.web.socket.client.ConnectionManagerSupport
org.springframework.web.socket.client.WebSocketClient
org.springframework.web.socket.client.WebSocketConnectionManager
org.springframework.web.socket.client.connection manager
org.springframework.web.socket.client.standard.AnnotatedEndpointConnectionManager
org.springframework.web.socket.client.standard.EndpointConnectionManager
org.springframework.web.socket.client.standard.StandardWebSocketClient
org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean
org.springframework.web.socket.config.WebSocketMessageBrokerStats
org.springframework.web.socket.config.WebSocketNamespaceHandler
org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration
org.springframework.web.socket.config.annotation.DelegatingWebSocketConfiguration
org.springframework.web.socket.config.annotation.DelegatingWebSocketMessageBrokerConfiguration
org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry
org.springframework.web.socket.config.annotation.SockJsServiceRegistration
org.springframework.web.socket.config.annotation.StompEndpointRegistry
org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration
org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration
org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
org.springframework.web.socket.config.annotation.WebSocketConfigurer
org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration
org.springframework.web.socket.config.annotation.WebSocketHandlerRegistrations
org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurationSupport
org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer
org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
org.springframework.web.socket.handler.AbstractWebSocketHandler
org.springframework.web.socket.handler.BeanCreatingHandlerProvider
org.springframework.web.socket.handler.BinaryWebSocketHandler
org.springframework.web.socket.handler.ConcurrentWebSocketSessionDecorator
org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator
org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator
org.springframework.web.socket.handler.PerConnectionWebSocketHandler
org.springframework.web.socket.handler.SessionLimitExceededException
org.springframework.web.socket.handler.TextWebSocketHandler
org.springframework.web.socket.handler.WebSocketHandlerDecorator
org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory
org.springframework.web.socket.handler.WebSocketSessionDecorator
org.springframework.web.socket.messaging.AbstractSubProtocolEvent
org.springframework.web.socket.messaging.DefaultSimpUserRegistry
org.springframework.web.socket.messaging.SessionConnectEvent
org.springframework.web.socket.messaging.SessionConnectedEvent
org.springframework.web.socket.messaging.SessionDisconnectEvent
org.springframework.web.socket.messaging.SessionSubscribeEvent
org.springframework.web.socket.messaging.SessionUnsubscribeEvent
org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
org.springframework.web.socket.messaging.StompSubProtocolHandler
org.springframework.web.socket.messaging.StompSubProtocolHandler.Stats
org.springframework.web.socket.messaging.SubProtocolErrorHandler
org.springframework.web.socket.messaging.SubProtocolHandler
org.springframework.web.socket.messaging.SubProtocolWebSocketHandler
org.springframework.web.socket.messaging.SubProtocolWebSocketHandler.Stats
org.springframework.web.socket.messaging.WebSocketAnnotationMethodMessageHandler
org.springframework.web.socket.messaging.WebSocketStompClient
org.springframework.web.socket.server.HandshakeFailureException
org.springframework.web.socket.server.HandshakeHandler
org.springframework.web.socket.server.HandshakeInterceptor
org.springframework.web.socket.server.RequestUpgradeStrategy
org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy
org.springframework.web.socket.server.standard.AbstractStandardUpgradeStrategy
org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy
org.springframework.web.socket.server.standard.GlassFishRequestUpgradeStrategy
org.springframework.web.socket.server.standard.ServerEndpointExporter
org.springframework.web.socket.server.standard.ServerEndpointRegistration
org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean
org.springframework.web.socket.server.standard.SpringConfigurator
org.springframework.web.socket.server.standard.StandardWebSocketUpgradeStrategy
org.springframework.web.socket.server.standard.TomcatRequestUpgradeStrategy
org.springframework.web.socket.server.standard.UndertowRequestUpgradeStrategy
org.springframework.web.socket.server.standard.WebLogicRequestUpgradeStrategy
org.springframework.web.socket.server.standard.WebSphereRequestUpgradeStrategy
org.springframework.web.socket.server.support.AbstractHandshakeHandler
org.springframework.web.socket.server.support.DefaultHandshakeHandler
org.springframework.web.socket.server.support.HandshakeInterceptorChain
org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor
org.springframework.web.socket.server.support.OriginHandshakeInterceptor
org.springframework.web.socket.server.support.WebSocketHandlerMapping
org.springframework.web.socket.server.support.WebSocketHttpRequestHandler
org.springframework.web.socket.sockjs.SockJsException
org.springframework.web.socket.sockjs.SockJsMessageDeliveryException
org.springframework.web.socket.sockjs.SockJsService
org.springframework.web.socket.sockjs.SockJsTransportFailureException
org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession
org.springframework.web.socket.sockjs.client.AbstractXhrTransport
org.springframework.web.socket.sockjs.client.InfoReceiver
org.springframework.web.socket.sockjs.client.JettyXhrTransport
org.springframework.web.socket.sockjs.client.RestTemplateXhrTransport
org.springframework.web.socket.sockjs.client.SockJsClient
org.springframework.web.socket.sockjs.client.SockJsUrlInfo
org.springframework.web.socket.sockjs.client.Transport
org.springframework.web.socket.sockjs.client.TransportRequest
org.springframework.web.socket.sockjs.client.UndertowXhrTransport
org.springframework.web.socket.sockjs.client.WebSocketClientSockJsSession
org.springframework.web.socket.sockjs.client.WebSocketTransport
org.springframework.web.socket.sockjs.client.XhrClientSockJsSession
org.springframework.web.socket.sockjs.client.XhrTransport
org.springframework.web.socket.sockjs.client.session
org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec
org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat
org.springframework.web.socket.sockjs.frame.Jackson2SockJsMessageCodec
org.springframework.web.socket.sockjs.frame.SockJsFrame
org.springframework.web.socket.sockjs.frame.SockJsFrameFormat
org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
org.springframework.web.socket.sockjs.support.AbstractSockJsService
org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler
org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
org.springframework.web.socket.sockjs.transport.SockJsSession
org.springframework.web.socket.sockjs.transport.SockJsSessionFactory
org.springframework.web.socket.sockjs.transport.TransportHandler
org.springframework.web.socket.sockjs.transport.TransportHandlingSockJsService
org.springframework.web.socket.sockjs.transport.handler.AbstractHttpReceivingTransportHandler
org.springframework.web.socket.sockjs.transport.handler.AbstractHttpSendingTransportHandler
org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
org.springframework.web.socket.sockjs.transport.handler.DefaultSockJsService
org.springframework.web.socket.sockjs.transport.handler.EventSourceTransportHandler
org.springframework.web.socket.sockjs.transport.handler.HtmlFileTransportHandler
org.springframework.web.socket.sockjs.transport.handler.SockJsWebSocketHandler
org.springframework.web.socket.sockjs.transport.handler.WebSocketTransportHandler
org.springframework.web.socket.sockjs.transport.handler.XhrPollingTransportHandler
org.springframework.web.socket.sockjs.transport.handler.XhrReceivingTransportHandler
org.springframework.web.socket.sockjs.transport.handler.XhrStreamingTransportHandler
org.springframework.web.socket.sockjs.transport.session.AbstractHttpSockJsSession
org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession
org.springframework.web.socket.sockjs.transport.session.PollingSockJsSession
org.springframework.web.socket.sockjs.transport.session.StreamingSockJsSession
org.springframework.web.socket.sockjs.transport.session.WebSocketServerSockJsSession