文件名称: spring-websocket-6.2.5.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>6.2.5</version>
</dependency>Gradle:
implementation group: 'org.springframework', name: 'spring-websocket', version: '6.2.5'
Gradle (Short):
implementation 'org.springframework:spring-websocket:6.2.5'
Gradle (Kotlin):
implementation("org.springframework:spring-websocket:6.2.5")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
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.sessionorg.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