Uses of Interface
org.springframework.messaging.simp.stomp.StompSessionHandler
Packages that use StompSessionHandler
Package
Description
Generic support for simple messaging protocols (like STOMP).
-
Uses of StompSessionHandler in org.springframework.messaging.simp.stomp
Classes in org.springframework.messaging.simp.stomp that implement StompSessionHandlerModifier and TypeClassDescriptionclassAbstract adapter class forStompSessionHandlerwith mostly empty implementation methods except forStompSessionHandlerAdapter.getPayloadType(StompHeaders)which returns String as the default Object type expected for STOMP ERROR frame payloads.Methods in org.springframework.messaging.simp.stomp that return StompSessionHandlerModifier and TypeMethodDescriptionDefaultStompSession.getSessionHandler()Return the configured session handler.Methods in org.springframework.messaging.simp.stomp with parameters of type StompSessionHandlerModifier and TypeMethodDescriptionReactorNettyTcpStompClient.connectAsync(@Nullable StompHeaders connectHeaders, StompSessionHandler handler) An overloaded version ofReactorNettyTcpStompClient.connectAsync(StompSessionHandler)that accepts headers to use for the STOMP CONNECT frame.ReactorNettyTcpStompClient.connectAsync(StompSessionHandler handler) Connect and notify the givenStompSessionHandlerwhen connected on the STOMP level.protected ConnectionHandlingStompSessionStompClientSupport.createSession(@Nullable StompHeaders connectHeaders, StompSessionHandler handler) Factory method for create and configure a new session.Constructors in org.springframework.messaging.simp.stomp with parameters of type StompSessionHandlerModifierConstructorDescriptionDefaultStompSession(StompSessionHandler sessionHandler, StompHeaders connectHeaders) Create a new session.