Uses of Class
org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
Packages that use StompSubProtocolErrorHandler
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
WebSocket integration for Spring's messaging module.
- 
Uses of StompSubProtocolErrorHandler in org.springframework.web.socket.config.annotationMethods in org.springframework.web.socket.config.annotation with parameters of type StompSubProtocolErrorHandlerModifier and TypeMethodDescriptionStompEndpointRegistry.setErrorHandler(StompSubProtocolErrorHandler errorHandler) Configure a handler for customizing or handling STOMP ERROR frames to clients.WebMvcStompEndpointRegistry.setErrorHandler(StompSubProtocolErrorHandler errorHandler) 
- 
Uses of StompSubProtocolErrorHandler in org.springframework.web.socket.messagingMethods in org.springframework.web.socket.messaging that return StompSubProtocolErrorHandlerModifier and TypeMethodDescriptionStompSubProtocolHandler.getErrorHandler()Return the configured error handler.Methods in org.springframework.web.socket.messaging with parameters of type StompSubProtocolErrorHandlerModifier and TypeMethodDescriptionvoidStompSubProtocolHandler.setErrorHandler(StompSubProtocolErrorHandler errorHandler) Configure a handler for error messages sent to clients which allows customizing the error messages or preventing them from being sent.