| Name | Description | Type | Package | Framework |
| AbstractClientSockJsSession | Base class for SockJS client implementations of WebSocketSession. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| AbstractHandshakeHandler | A base class for HandshakeHandler implementations, independent from the Servlet API. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| AbstractHttpReceivingTransportHandler | Base class for HTTP transport handlers that receive messages via HTTP POST. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| AbstractHttpSendingTransportHandler | Base class for HTTP transport handlers that push messages to connected clients. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| AbstractHttpSockJsSession | An abstract base class for use with HTTP transport SockJS sessions. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| AbstractSockJsMessageCodec | An base class for SockJS message codec that provides an implementation ofSince:4. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| AbstractSockJsService | An abstract base class for SockJsService implementations that provides SockJSpath resolution and handling of static SockJS requests (e. | Class | org.springframework.web.socket.sockjs.support | Spring MVC |
|
| AbstractSockJsSession | An abstract base class for SockJS sessions implementing SockJsSession. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| AbstractStandardUpgradeStrategy | A base class for RequestUpgradeStrategy implementations that buildon the standard WebSocket API for Java (JSR-356). | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| AbstractSubProtocolEvent | A base class for events for a message received from a WebSocket client andparsed into a higher-level sub-protocol (e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| AbstractTransportHandler | | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| AbstractTyrusRequestUpgradeStrategy | A base class for RequestUpgradeStrategy implementations on top ofJSR-356 based servers which include Tyrus as their WebSocket engine. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| AbstractTyrusRequestUpgradeStrategy .Tyrus135EndpointHelper | | Class | org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy | Spring MVC |
|
| AbstractTyrusRequestUpgradeStrategy .Tyrus17EndpointHelper | | Class | org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy | Spring MVC |
|
| AbstractTyrusRequestUpgradeStrategy .TyrusEndpointHelper | Helps with the creation, registration, and un-registration of endpoints. | Interface | org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy | Spring MVC |
|
| AbstractWebSocketClient | Abstract base class for WebSocketClient implementations. | Class | org.springframework.web.socket.client | Spring MVC |
|
| AbstractWebSocketHandler | A convenient base class for WebSocketHandler implementation with empty methods. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| AbstractWebSocketHandlerRegistration | Base class for WebSocketHandlerRegistrations that gathers all the configurationoptions but allows sub-classes to put together the actual HTTP request mappings. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| AbstractWebSocketMessage | A message that can be handled or sent on a WebSocket connection. | Class | org.springframework.web.socket | Spring MVC |
|
| AbstractWebSocketMessageBrokerConfigurer | A convenient abstract base class for WebSocketMessageBrokerConfigurerSince:4. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| AbstractWebSocketSession | An abstract base class for implementations of WebSocketSession. | Class | org.springframework.web.socket.adapter | Spring MVC |
|
| AbstractXhrTransport | Abstract base class for XHR transport implementations to extend. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| AnnotatedEndpointConnectionManager | A WebSocket connection manager that is given a URI, aClientEndpoint-annotated endpoint, connects to a | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| BeanCreatingHandlerProvider | Instantiates a target handler through a Spring BeanFactory and also providesan equivalent destroy method. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| BinaryMessage | A binary WebSocket message. | Class | org.springframework.web.socket | Spring MVC |
|
| BinaryWebSocketHandler | A convenient base class for WebSocketHandler implementation that process binarymessages only. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| CloseStatus | Represents a WebSocket close status code and reason. | Class | org.springframework.web.socket | Spring MVC |
|
| ConcurrentWebSocketSessionDecorator | Wraps a WebSocketSession and guaranteesonly one thread can send messages at a time. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| ConnectionManagerSupport | A base class for WebSocket connection managers. | Class | org.springframework.web.socket.client | Spring MVC |
|
| ConvertingEncoderDecoderSupport | Base class that can be used to implement a standard Encoderand/or Decoder. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| ConvertingEncoderDecoderSupport .BinaryDecoder | A binary javax. | Class | org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport | Spring MVC |
|
| ConvertingEncoderDecoderSupport .BinaryEncoder | A binary javax. | Class | org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport | Spring MVC |
|
| ConvertingEncoderDecoderSupport .TextDecoder | A Text javax. | Class | org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport | Spring MVC |
|
| ConvertingEncoderDecoderSupport .TextEncoder | A text javax. | Class | org.springframework.web.socket.adapter.standard.ConvertingEncoderDecoderSupport | Spring MVC |
|
| DefaultHandshakeHandler | A default HandshakeHandler implementation,See AbstractHandshakeHandler's javadoc for details on supported servers etc. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| DefaultSimpUserRegistry | Default, mutable, thread-safe implementation of SimpUserRegistry thatlistens ApplicationContext events of type AbstractSubProtocolEvent to | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| DefaultSockJsFrameFormat | A default implementation ofSockJsFrameFormat that relies | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| DefaultSockJsService | A default implementation of SockJsServicewith all default TransportHandler implementations pre-registered. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| DelegatingWebSocketConfiguration | A variation of WebSocketConfigurationSupport that detects implementations ofWebSocketConfigurer in Spring configuration and invokes them in order to | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| DelegatingWebSocketMessageBrokerConfiguration | A WebSocketMessageBrokerConfigurationSupport extension that detectsbeans of type WebSocketMessageBrokerConfigurer and delegates to all | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| EnableWebSocket | Add this annotation to an @Configuration class to configureprocessing WebSocket requests: | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| EnableWebSocketMessageBroker | Add this annotation to an @Configuration class to enable broker-backedmessaging over WebSocket using a higher-level messaging sub-protocol. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| EndpointConnectionManager | A WebSocket connection manager that is given a URI, an Endpoint, connects to aWebSocket server through the ConnectionManagerSupport. | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| EventSourceTransportHandler | A TransportHandler for sending messages via Server-Sent events:http://dev. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| ExceptionWebSocketHandlerDecorator | An exception handling WebSocketHandlerDecorator. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| GlassFishRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Oracle's GlassFish 4. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| HandshakeFailureException | Thrown when handshake processing failed to complete due to an internal, unrecoverableerror. | Class | org.springframework.web.socket.server | Spring MVC |
|
| HandshakeHandler | Contract for processing a WebSocket handshake request. | Interface | org.springframework.web.socket.server | Spring MVC |
|
| HandshakeInterceptor | Interceptor for WebSocket handshake requests. | Interface | org.springframework.web.socket.server | Spring MVC |
|
| HandshakeInterceptorChain | A helper class that assists with invoking a list of handshake interceptors. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| HtmlFileTransportHandler | An HTTP TransportHandler that uses a famous browser document. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| HttpSessionHandshakeInterceptor | An interceptor to copy information from the HTTP session to the handshakeattributes map to made available viaWebSocketSession. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| InfoReceiver | A component that can execute the SockJS Info request that needs to beperformed before the SockJS session starts in order to check server endpoint | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| Jackson2SockJsMessageCodec | A Jackson 2. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| JettyRequestUpgradeStrategy | A RequestUpgradeStrategy for use with Jetty 9. | Class | org.springframework.web.socket.server.jetty | Spring MVC |
|
| JettyWebSocketClient | Initiates WebSocket requests to a WebSocket server programmaticallythrough the Jetty WebSocket API. | Class | org.springframework.web.socket.client.jetty | Spring MVC |
|
| JettyWebSocketHandlerAdapter | Adapts WebSocketHandler to the Jetty 9 WebSocket API. | Class | org.springframework.web.socket.adapter.jetty | Spring MVC |
|
| JettyWebSocketSession | A WebSocketSession for use with the Jetty 9 WebSocket API. | Class | org.springframework.web.socket.adapter.jetty | Spring MVC |
|
| JettyXhrTransport | An XHR transport based on Jetty's HttpClient. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| JsonpPollingTransportHandler | A TransportHandler that sends messages via JSONP polling. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| JsonpReceivingTransportHandler | A TransportHandler that receives messages over HTTP. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| LoggingWebSocketHandlerDecorator | A WebSocketHandlerDecorator that adds logging to WebSocket lifecycle events. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| NativeWebSocketSession | A WebSocketSession that exposes the underlying, native WebSocketSessionSince:4. | Interface | org.springframework.web.socket.adapter | Spring MVC |
|
| OriginHandshakeInterceptor | An interceptor to check request Origin header value against acollection of allowed origins. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| PerConnectionWebSocketHandler | A WebSocketHandler that initializes and destroys a WebSocketHandlerinstance for each WebSocket connection and delegates all other methods to it. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| PingMessage | A WebSocket ping message. | Class | org.springframework.web.socket | Spring MVC |
|
| PollingSockJsSession | A SockJS session for use with polling HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| PongMessage | A WebSocket pong message. | Class | org.springframework.web.socket | Spring MVC |
|
| RequestUpgradeStrategy | A server-specific strategy for performing the actual upgrade to a WebSocket exchange. | Interface | org.springframework.web.socket.server | Spring MVC |
|
| RestTemplateXhrTransport | An XhrTransport implementation that uses aSince:4. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| ServerEndpointExporter | Detects beans of type ServerEndpointConfig and registerswith the standard Java WebSocket runtime. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| ServerEndpointRegistration | An implementation of ServerEndpointConfig for use inSpring applications. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| ServletServerContainerFactoryBean | A FactoryBean for configuring ServerContainer. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| ServletWebSocketHandlerRegistration | A helper class for configuring WebSocketHandler request handlingincluding SockJS fallback options. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| ServletWebSocketHandlerRegistry | A WebSocketHandlerRegistry that maps WebSocketHandlers to URLs for usein a Servlet container. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| SessionConnectedEvent | A connected event represents the server response to a client's connect request. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionConnectEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionDisconnectEvent | Event raised when the session of a WebSocket client using a Simple MessagingProtocol (e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionLimitExceededException | Raised when a WebSocket session has exceeded limits it has been configuredfor, e. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| SessionSubscribeEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SessionUnsubscribeEvent | Event raised when a new WebSocket client using a Simple Messaging Protocol(e. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| SockJsClient | A SockJS implementation ofwith fallback alternatives that simulate a WebSocket interaction through plain | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| SockJsException | Base class for exceptions raised while processing SockJS HTTP requests. | Class | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsFrame | Represents a SockJS frame. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsFrameFormat | Applies a transport-specific format to the content of a SockJS frame resultingin a content that can be written out. | Interface | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsFrameType | enum SockJsFrameTypeSince:4. | Class | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsHttpRequestHandler | An HttpRequestHandler that allows mapping a SockJsService to requestsin a Servlet container. | Class | org.springframework.web.socket.sockjs.support | Spring MVC |
|
| SockJsMessageCodec | Encode and decode messages to and from a SockJS message frame,essentially an array of JSON-encoded messages. | Interface | org.springframework.web.socket.sockjs.frame | Spring MVC |
|
| SockJsMessageDeliveryException | An exception thrown when a message frame was successfully received over an HTTP POSTand parsed but one or more of the messages it contained could not be delivered to the | Class | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsService | The main entry point for processing HTTP requests from SockJS clients. | Interface | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsServiceConfig | Provides transport handling code with access to the SockJsService configurationoptions they need to have access to. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| SockJsServiceRegistration | A helper class for configuring SockJS fallback options, typically used indirectly, inconjunction with @EnableWebSocket and | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| SockJsSession | SockJS extension of Spring's standard WebSocketSession. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| SockJsSessionFactory | A factory for creating a SockJS session. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| SockJsTransportFailureException | Indicates a serious failure that occurred in the SockJS implementation as opposed toin user code (e. | Class | org.springframework.web.socket.sockjs | Spring MVC |
|
| SockJsUrlInfo | Container for the base URL of a SockJS endpoint with additional helper methodsto derive related SockJS URLs as the info URL and | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| SockJsWebSocketHandler | An implementation of WebSocketHandler that adds SockJS messages frames, sendsSockJS heartbeat messages, and delegates lifecycle events and messages to a target | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| SpringConfigurator | A ServerEndpointConfig. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| StandardToWebSocketExtensionAdapter | A sub-class of WebSocketExtension thatcan be constructed from an Extension. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| StandardWebSocketClient | A WebSocketClient based on standard Java WebSocket API. | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| StandardWebSocketHandlerAdapter | Adapts a WebSocketHandler to the standard WebSocket for Java API. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| StandardWebSocketSession | A WebSocketSession for use with the standard WebSocket for Java API. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| StompEndpointRegistry | A contract for registering STOMP over WebSocket endpoints. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| StompSubProtocolErrorHandler | A SubProtocolErrorHandler for use with STOMP. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| StompSubProtocolHandler | A SubProtocolHandler for STOMP that supports versions 1. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| StompWebSocketEndpointRegistration | A contract for configuring a STOMP over WebSocket endpoint. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| StreamingSockJsSession | A SockJS session for use with streaming HTTP transports. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| SubProtocolCapable | An interface for WebSocket handlers that support sub-protocols as defined in RFC 6455. | Interface | org.springframework.web.socket | Spring MVC |
|
| SubProtocolErrorHandler | A contract for handling sub-protocol errors sent to clients. | Interface | org.springframework.web.socket.messaging | Spring MVC |
|
| SubProtocolHandler | A contract for handling WebSocket messages as part of a higher level protocol, referredto as sub-protocol in the WebSocket RFC specification. | Interface | org.springframework.web.socket.messaging | Spring MVC |
|
| SubProtocolWebSocketHandler | An implementation of WebSocketHandler that delegates incoming WebSocketmessages to a SubProtocolHandler along with a MessageChannel to which | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| TextMessage | A text WebSocket message. | Class | org.springframework.web.socket | Spring MVC |
|
| TextWebSocketHandler | A convenient base class for WebSocketHandler implementation that process textmessages only. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| TomcatRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Apache Tomcat. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| Transport | A client-side implementation for a SockJS transport. | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| TransportHandler | Handle a SockJS session URL, i. | Interface | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| TransportHandlingSockJsService | A basic implementation of SockJsServicewith support for SPI-based transport handling and session management. | Class | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| TransportRequest | Exposes information, typically to Transport andsession implementations, about a request | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| TransportType | SockJS transport types. | Class | org.springframework.web.socket.sockjs.transport | Spring MVC |
|
| UndertowRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for use with WildFly and itsunderlying Undertow web server. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| UndertowXhrTransport | An XHR transport based on Undertow's UndertowClient. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| WebLogicRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Oracle's WebLogic. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| WebMvcStompEndpointRegistry | A registry for STOMP over WebSocket endpoints that maps the endpoints with aHandlerMapping for use in Spring MVC. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebMvcStompWebSocketEndpointRegistration | An abstract base class class for configuring STOMP over WebSocket/SockJS endpoints. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketAnnotationMethodMessageHandler | A sub-class of SimpAnnotationMethodMessageHandler to provide supportfor ControllerAdvice with global @MessageExceptionHandler methods. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| WebSocketClient | Contract for initiating a WebSocket request. | Interface | org.springframework.web.socket.client | Spring MVC |
|
| WebSocketClientSockJsSession | An extension of AbstractClientSockJsSession wrapping and delegatingto an actual WebSocket session. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| WebSocketConfigurationSupport | Configuration support for WebSocket request handling. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketConfigurer | Defines callback methods to configure the WebSocket request handlingvia @EnableWebSocket. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketConnectionManager | A WebSocket connection manager that is given a URI, a WebSocketClient, and aWebSocketHandler, connects to a WebSocket server through ConnectionManagerSupport. | Class | org.springframework.web.socket.client | Spring MVC |
|
| WebSocketContainerFactoryBean | A FactoryBean for creating and configuring a WebSocketContainerthrough Spring XML configuration. | Class | org.springframework.web.socket.client.standard | Spring MVC |
|
| WebSocketExtension | Represents a WebSocket extension as defined in the RFC 6455. | Class | org.springframework.web.socket | Spring MVC |
|
| WebSocketHandler | A handler for WebSocket messages and lifecycle events. | Interface | org.springframework.web.socket | Spring MVC |
|
| WebSocketHandlerDecorator | Wraps another WebSocketHandlerinstance and delegates to it. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| WebSocketHandlerDecoratorFactory | A factory for applying decorators to a WebSocketHandler. | Interface | org.springframework.web.socket.handler | Spring MVC |
|
| WebSocketHandlerMapping | An extension of SimpleUrlHandlerMapping that is also aSmartLifecycle container and propagates start and stop calls to any | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| WebSocketHandlerRegistration | Provides methods for configuring a WebSocket handler. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketHandlerRegistry | Provides methods for configuring WebSocketHandler request mappings. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketHttpHeaders | An HttpHeaders variant that adds support forthe HTTP headers defined by the WebSocket specification RFC 6455. | Class | org.springframework.web.socket | Spring MVC |
|
| WebSocketHttpRequestHandler | A HttpRequestHandler for processing WebSocket handshake requests. | Class | org.springframework.web.socket.server.support | Spring MVC |
|
| WebSocketMessage | A message that can be handled or sent on a WebSocket connection. | Interface | org.springframework.web.socket | Spring MVC |
|
| WebSocketMessageBrokerConfigurationSupport | receiving and responding to STOMP messages from WebSocket clients. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketMessageBrokerConfigurer | Defines methods for configuring message handling with simple messagingprotocols (e. | Interface | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSocketMessageBrokerStats | A central class for aggregating information about internal state and countersfrom key infrastructure components of the setup that comes with | Class | org.springframework.web.socket.config | Spring MVC |
|
| WebSocketNamespaceHandler | NamespaceHandler for Spring WebSocketconfiguration namespace. | Class | org.springframework.web.socket.config | Spring MVC |
|
| WebSocketServerSockJsSession | A SockJS session for use with the WebSocket transport. | Class | org.springframework.web.socket.sockjs.transport.session | Spring MVC |
|
| WebSocketSession | A WebSocket session abstraction. | Interface | org.springframework.web.socket | Spring MVC |
|
| WebSocketSessionDecorator | Wraps another WebSocketSession instanceand delegates to it. | Class | org.springframework.web.socket.handler | Spring MVC |
|
| WebSocketStompClient | A STOMP over WebSocket client that connects using an implementation ofincluding SockJsClient. | Class | org.springframework.web.socket.messaging | Spring MVC |
|
| WebSocketToJettyExtensionConfigAdapter | | Class | org.springframework.web.socket.adapter.jetty | Spring MVC |
|
| WebSocketToStandardExtensionAdapter | Adapt an instance of WebSocketExtension tothe Extension interface. | Class | org.springframework.web.socket.adapter.standard | Spring MVC |
|
| WebSocketTransport | A SockJS Transport that uses aSince:4. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| WebSocketTransportHandler | WebSocket-based TransportHandler. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| WebSocketTransportRegistration | Configure the processing of messages received from and sent to WebSocket clients. | Class | org.springframework.web.socket.config.annotation | Spring MVC |
|
| WebSphereRequestUpgradeStrategy | WebSphere support for upgrading an HttpServletRequest during aWebSocket handshake. | Class | org.springframework.web.socket.server.standard | Spring MVC |
|
| XhrClientSockJsSession | An extension of AbstractClientSockJsSession for use with HTTPtransports simulating a WebSocket session. | Class | org.springframework.web.socket.sockjs.client | Spring MVC |
|
| XhrPollingTransportHandler | A TransportHandler based on XHR (long) polling. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| XhrReceivingTransportHandler | A TransportHandler that receives messages over HTTP. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| XhrStreamingTransportHandler | A TransportHandler that sends messages over an HTTP streaming request. | Class | org.springframework.web.socket.sockjs.transport.handler | Spring MVC |
|
| XhrTransport | A SockJS Transport that uses HTTP requests to simulate a WebSocketinteraction. | Interface | org.springframework.web.socket.sockjs.client | Spring MVC |