Uses of Enum Class
org.springframework.messaging.simp.stomp.StompCommand
Package
Description
Generic support for simple messaging protocols (like STOMP).
-
Uses of StompCommand in org.springframework.messaging.simp.stomp
Modifier and TypeMethodDescriptionStompHeaderAccessor.getCommand()
Return the STOMP command, ornull
if not yet set.static StompCommand
StompHeaderAccessor.getCommand
(Map<String, Object> headers) Return the STOMP command from the given headers, ornull
if not set.StompHeaderAccessor.updateStompCommandAsClientMessage()
static StompCommand
Returns the enum constant of this class with the specified name.static StompCommand[]
StompCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic StompHeaderAccessor
StompHeaderAccessor.create
(StompCommand command) Create an instance for the given STOMP command.static StompHeaderAccessor
Create an instance for the given STOMP command and headers.void
StompSessionHandler.handleException
(StompSession session, StompCommand command, StompHeaders headers, byte[] payload, Throwable exception) Handle any exception arising while processing a STOMP frame such as a failure to convert the payload or an unhandled exception in the applicationStompFrameHandler
.void
StompSessionHandlerAdapter.handleException
(StompSession session, StompCommand command, StompHeaders headers, byte[] payload, Throwable exception) This implementation is empty.