All Classes

Class Description
ClientStompEncoder
A StompEncoder extension to prepare a message for sending/receiving before/after encoding/decoding when used from WebSockets client side.
ClientWebSocketContainer
The IntegrationWebSocketContainer implementation for the client Web-Socket connection.
ClientWebSocketContainerParser
The AbstractSingleBeanDefinitionParser implementation for the <websocket:client-container/> element.
IntegrationWebSocketContainer
The high-level 'connection factory pattern' contract over low-level Web-Socket configuration.
PassThruSubProtocolHandler
The simple 'pass thru' SubProtocolHandler, when there is no interests in the WebSocket sub-protocols.
ReceiptEvent
The AbstractSubProtocolEvent implementation, which is emitted for the WebSocket sub-protocol-specific RECEIPT frame on the client side.
ServerWebSocketContainer
The IntegrationWebSocketContainer implementation for the server WebSocketHandler registration.
ServerWebSocketContainer.SockJsServiceOptions  
ServerWebSocketContainerParser
The AbstractSingleBeanDefinitionParser implementation for the <websocket:server-container/> element.
SubProtocolHandlerRegistry
The utility class to encapsulate search algorithms for a set of provided SubProtocolHandlers.
WebSocketInboundChannelAdapter  
WebSocketInboundChannelAdapterParser
The AbstractChannelAdapterParser implementation for the <int-websocket:inbound-channel-adapter/> element.
WebSocketIntegrationConfigurationInitializer
The WebSocket Integration infrastructure beanFactory initializer.
WebSocketListener
A contract for handling incoming WebSocketMessages messages as part of a higher level protocol, referred to as "sub-protocol" in the WebSocket RFC specification.
WebSocketNamespaceHandler  
WebSocketOutboundMessageHandler  
WebSocketOutboundMessageHandlerParser
The AbstractOutboundChannelAdapterParser implementation for the <websocket:outbound-channel-adapter/> element.