Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.socket.messaging Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractSubProtocolEventA base class for events for a message received from a WebSocket client andparsed into a higher-level sub-protocol (e.Classorg.springframework.web.socket.messagingSpring MVC
DefaultSimpUserRegistryDefault, mutable, thread-safe implementation of SimpUserRegistry thatlistens ApplicationContext events of type AbstractSubProtocolEvent toClassorg.springframework.web.socket.messagingSpring MVC
SessionConnectedEventA connected event represents the server response to a client's connect request.Classorg.springframework.web.socket.messagingSpring MVC
SessionConnectEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
SessionDisconnectEventEvent raised when the session of a WebSocket client using a Simple MessagingProtocol (e.Classorg.springframework.web.socket.messagingSpring MVC
SessionSubscribeEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
SessionUnsubscribeEventEvent raised when a new WebSocket client using a Simple Messaging Protocol(e.Classorg.springframework.web.socket.messagingSpring MVC
StompSubProtocolErrorHandlerA SubProtocolErrorHandler for use with STOMP.Classorg.springframework.web.socket.messagingSpring MVC
StompSubProtocolHandlerA SubProtocolHandler for STOMP that supports versions 1.Classorg.springframework.web.socket.messagingSpring MVC
SubProtocolErrorHandlerA contract for handling sub-protocol errors sent to clients.Interfaceorg.springframework.web.socket.messagingSpring MVC
SubProtocolHandlerA contract for handling WebSocket messages as part of a higher level protocol, referredto as sub-protocol in the WebSocket RFC specification.Interfaceorg.springframework.web.socket.messagingSpring MVC
SubProtocolWebSocketHandlerAn implementation of WebSocketHandler that delegates incoming WebSocketmessages to a SubProtocolHandler along with a MessageChannel to whichClassorg.springframework.web.socket.messagingSpring MVC
WebSocketAnnotationMethodMessageHandlerA sub-class of SimpAnnotationMethodMessageHandler to provide supportfor ControllerAdvice with global @MessageExceptionHandler methods.Classorg.springframework.web.socket.messagingSpring MVC
WebSocketStompClientA STOMP over WebSocket client that connects using an implementation ofincluding SockJsClient.Classorg.springframework.web.socket.messagingSpring MVC