Uses of Enum Class
org.springframework.messaging.simp.stomp.StompCommand
Packages that use StompCommand
Package
Description
Generic support for simple messaging protocols (like STOMP).
-
Uses of StompCommand in org.springframework.messaging.simp.stomp
Methods in org.springframework.messaging.simp.stomp that return StompCommandModifier 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.Methods in org.springframework.messaging.simp.stomp with parameters of type StompCommandModifier 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.