Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.messaging.simp.stomp Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
BufferingStompDecoderAn extension of StompDecoderthat buffers content remaining in the input ByteBuffer after the parentClassorg.springframework.messaging.simp.stompSpring MVC
ConnectionHandlingStompSessionA StompSession that implementsTcpConnectionHandler in order to send and receive messages.Interfaceorg.springframework.messaging.simp.stompSpring MVC
ConnectionLostExceptionRaised when the connection for a STOMP session is lost rather than closed.Classorg.springframework.messaging.simp.stompSpring MVC
DefaultStompSessionDefault implementation of ConnectionHandlingStompSession.Classorg.springframework.messaging.simp.stompSpring MVC
Reactor2StompCodecA Reactor TCP Codec for sending and receiving STOMP messages.Classorg.springframework.messaging.simp.stompSpring MVC
Reactor2TcpStompClientA STOMP over TCP client that usesSince:4.Classorg.springframework.messaging.simp.stompSpring MVC
StompBrokerRelayMessageHandlerA MessageHandler that handles messages byforwarding them to a STOMP broker.Classorg.springframework.messaging.simp.stompSpring MVC
StompClientSupportBase class for STOMP client implementations.Classorg.springframework.messaging.simp.stompSpring MVC
StompCommandRepresents a STOMP command.Classorg.springframework.messaging.simp.stompSpring MVC
StompConversionExceptionRaised after a failure to encode or decode a STOMP message.Classorg.springframework.messaging.simp.stompSpring MVC
StompDecoderDecodes one or more STOMP frames contained in a ByteBuffer.Classorg.springframework.messaging.simp.stompSpring MVC
StompEncoderAn encoder for STOMP frames.Classorg.springframework.messaging.simp.stompSpring MVC
StompFrameHandlerContract to handle a STOMP frame.Interfaceorg.springframework.messaging.simp.stompSpring MVC
StompHeaderAccessorA MessageHeaderAccessor to use when creating a Message from adecoded STOMP frame, or when encoding a Message to a STOMP frame.Classorg.springframework.messaging.simp.stompSpring MVC
StompHeadersRepresents STOMP frame headers.Classorg.springframework.messaging.simp.stompSpring MVC
StompSessionRepresents a STOMP session with operations to send messages, createsubscriptions and receive messages on those subscriptions.Interfaceorg.springframework.messaging.simp.stompSpring MVC
StompSession .ReceiptableA handle to use to track receipts.Interfaceorg.springframework.messaging.simp.stomp.StompSessionSpring MVC
StompSession .SubscriptionA handle to use to unsubscribe or to track a receipt.Interfaceorg.springframework.messaging.simp.stomp.StompSessionSpring MVC
StompSessionHandlerA contract for client STOMP session lifecycle events including a callbackwhen the session is established and notifications of transport or messageInterfaceorg.springframework.messaging.simp.stompSpring MVC
StompSessionHandlerAdapterAbstract adapter class for StompSessionHandler with mostly emptyas the default Object type expected for STOMP ERROR frame payloads.Classorg.springframework.messaging.simp.stompSpring MVC