Package Hierarchies:
- 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
Class Hierarchy
- java.lang.Object
- org.springframework.web.socket.sockjs.client.AbstractClientSockJsSession (implements org.springframework.web.socket.WebSocketSession)
- org.springframework.web.socket.server.support.AbstractHandshakeHandler (implements org.springframework.web.socket.server.HandshakeHandler, org.springframework.context.Lifecycle)
- org.springframework.web.socket.server.support.DefaultHandshakeHandler (implements org.springframework.web.context.ServletContextAware)
- org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration (implements org.springframework.context.ApplicationContextAware)
- org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler<T> (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, org.springframework.messaging.MessageHandler)
- org.springframework.messaging.simp.annotation.support.SimpAnnotationMethodMessageHandler (implements org.springframework.context.EmbeddedValueResolverAware, org.springframework.context.SmartLifecycle)
- org.springframework.web.socket.sockjs.frame.AbstractSockJsMessageCodec (implements org.springframework.web.socket.sockjs.frame.SockJsMessageCodec)
- org.springframework.web.socket.sockjs.support.AbstractSockJsService (implements org.springframework.web.cors.CorsConfigurationSource, org.springframework.web.socket.sockjs.SockJsService)
- org.springframework.web.socket.sockjs.transport.session.AbstractSockJsSession (implements org.springframework.web.socket.sockjs.transport.SockJsSession)
- org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler (implements org.springframework.web.socket.sockjs.transport.TransportHandler)
- org.springframework.web.socket.client.AbstractWebSocketClient (implements org.springframework.web.socket.client.WebSocketClient)
- org.springframework.web.socket.handler.AbstractWebSocketHandler (implements org.springframework.web.socket.WebSocketHandler)
- org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration<M> (implements org.springframework.web.socket.config.annotation.WebSocketHandlerRegistration)
- org.springframework.web.socket.AbstractWebSocketMessage<T> (implements org.springframework.web.socket.WebSocketMessage<T>)
- org.springframework.web.socket.adapter.AbstractWebSocketSession<T> (implements org.springframework.web.socket.adapter.NativeWebSocketSession)
- org.springframework.web.socket.sockjs.client.AbstractXhrTransport (implements org.springframework.web.socket.sockjs.client.XhrTransport)
- org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
- org.springframework.web.context.support.WebApplicationObjectSupport (implements org.springframework.web.context.ServletContextAware)
- org.springframework.web.servlet.handler.AbstractHandlerMapping (implements org.springframework.beans.factory.BeanNameAware, org.springframework.web.servlet.HandlerMapping, org.springframework.core.Ordered)
- org.springframework.web.servlet.handler.AbstractUrlHandlerMapping (implements org.springframework.web.servlet.handler.MatchableHandlerMapping)
- org.springframework.web.servlet.handler.SimpleUrlHandlerMapping
- org.springframework.web.socket.server.support.WebSocketHandlerMapping (implements org.springframework.context.SmartLifecycle)
- org.springframework.web.socket.server.standard.ServerEndpointExporter (implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.SmartInitializingSingleton)
- org.springframework.web.socket.handler.BeanCreatingHandlerProvider<T> (implements org.springframework.beans.factory.BeanFactoryAware)
- org.springframework.web.socket.CloseStatus (implements java.io.Serializable)
- org.springframework.web.socket.client.ConnectionManagerSupport (implements org.springframework.context.SmartLifecycle)
- org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport<T,M>
- org.springframework.web.socket.messaging.DefaultSimpUserRegistry (implements org.springframework.messaging.simp.user.SimpUserRegistry, org.springframework.context.event.SmartApplicationListener)
- org.springframework.web.socket.sockjs.frame.DefaultSockJsFrameFormat (implements org.springframework.web.socket.sockjs.frame.SockJsFrameFormat)
- jakarta.websocket.Endpoint
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- org.springframework.web.socket.server.support.HandshakeInterceptorChain
- org.springframework.http.HttpHeaders (implements java.io.Serializable)
- org.springframework.web.socket.server.support.HttpSessionHandshakeInterceptor (implements org.springframework.web.socket.server.HandshakeInterceptor)
- org.eclipse.jetty.websocket.common.JettyExtensionConfig (implements org.eclipse.jetty.websocket.api.ExtensionConfig)
- org.springframework.web.socket.server.jetty.JettyRequestUpgradeStrategy (implements org.springframework.web.socket.server.RequestUpgradeStrategy, org.springframework.web.context.ServletContextAware)
- org.springframework.web.socket.adapter.jetty.JettyWebSocketHandlerAdapter (implements org.eclipse.jetty.websocket.api.Session.Listener)
- org.springframework.beans.factory.xml.NamespaceHandlerSupport (implements org.springframework.beans.factory.xml.NamespaceHandler)
- org.springframework.web.socket.server.support.OriginHandshakeInterceptor (implements org.springframework.web.socket.server.HandshakeInterceptor)
- org.springframework.web.socket.handler.PerConnectionWebSocketHandler (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.web.socket.WebSocketHandler)
- jakarta.websocket.server.ServerEndpointConfig.Configurator
- org.springframework.web.socket.server.standard.ServerEndpointRegistration (implements org.springframework.beans.factory.BeanFactoryAware, jakarta.websocket.server.ServerEndpointConfig)
- org.springframework.web.socket.server.standard.SpringConfigurator
- org.springframework.web.socket.server.standard.ServletServerContainerFactoryBean (implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistry (implements org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry)
- org.springframework.web.socket.sockjs.client.SockJsClient (implements org.springframework.context.Lifecycle, org.springframework.web.socket.client.WebSocketClient)
- org.springframework.web.socket.sockjs.frame.SockJsFrame
- org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler (implements org.springframework.web.cors.CorsConfigurationSource, org.springframework.web.HttpRequestHandler, org.springframework.context.Lifecycle, org.springframework.web.context.ServletContextAware)
- org.springframework.web.socket.config.annotation.SockJsServiceRegistration
- org.springframework.web.socket.sockjs.client.SockJsUrlInfo
- org.springframework.web.socket.server.standard.StandardWebSocketUpgradeStrategy (implements org.springframework.web.socket.server.RequestUpgradeStrategy)
- org.springframework.messaging.simp.stomp.StompClientSupport
- org.springframework.web.socket.messaging.WebSocketStompClient (implements org.springframework.context.SmartLifecycle)
- org.springframework.web.socket.messaging.StompSubProtocolErrorHandler (implements org.springframework.web.socket.messaging.SubProtocolErrorHandler<P>)
- org.springframework.web.socket.messaging.StompSubProtocolHandler (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.web.socket.messaging.SubProtocolHandler)
- org.springframework.web.socket.messaging.SubProtocolWebSocketHandler (implements org.springframework.messaging.MessageHandler, org.springframework.context.SmartLifecycle, org.springframework.web.socket.SubProtocolCapable, org.springframework.web.socket.WebSocketHandler)
- java.lang.Throwable (implements java.io.Serializable)
- org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry (implements org.springframework.web.socket.config.annotation.StompEndpointRegistry)
- org.springframework.web.socket.config.annotation.WebMvcStompWebSocketEndpointRegistration (implements org.springframework.web.socket.config.annotation.StompWebSocketEndpointRegistration)
- org.springframework.web.socket.config.annotation.WebSocketConfigurationSupport
- org.springframework.web.socket.client.standard.WebSocketContainerFactoryBean (implements org.springframework.beans.factory.FactoryBean<T>)
- org.springframework.web.socket.WebSocketExtension
- org.springframework.web.socket.handler.WebSocketHandlerDecorator (implements org.springframework.web.socket.WebSocketHandler)
- org.springframework.web.socket.server.support.WebSocketHttpRequestHandler (implements org.springframework.web.HttpRequestHandler, org.springframework.context.Lifecycle, org.springframework.web.context.ServletContextAware)
- org.springframework.web.socket.config.WebSocketMessageBrokerStats (implements org.springframework.beans.factory.SmartInitializingSingleton)
- org.springframework.web.socket.handler.WebSocketSessionDecorator (implements org.springframework.web.socket.WebSocketSession)
- org.springframework.web.socket.adapter.standard.WebSocketToStandardExtensionAdapter (implements jakarta.websocket.Extension)
- org.springframework.web.socket.sockjs.client.WebSocketTransport (implements org.springframework.context.Lifecycle, org.springframework.web.socket.sockjs.client.Transport)
- org.springframework.web.socket.config.annotation.WebSocketTransportRegistration
Annotation Interface Hierarchy