Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.messaging.simp Classes and Interfaces - 64 results found.
NameDescriptionTypePackageFramework
AbstractBrokerMessageHandlerAbstract base class for a MessageHandler that broker messages toregistered subscribers.Classorg.springframework.messaging.simp.brokerSpring MVC
AbstractBrokerRegistrationBase class for message broker registration classes.Classorg.springframework.messaging.simp.configSpring MVC
AbstractMessageBrokerConfigurationProvides essential configuration for handling messages with simple messagingprotocols such as STOMP.Classorg.springframework.messaging.simp.configSpring MVC
AbstractSubscriptionRegistryAbstract base class for implementations of SubscriptionRegistry thatlooks up information in messages but delegates to abstract methods for theClassorg.springframework.messaging.simp.brokerSpring MVC
BrokerAvailabilityEventEvent raised when a broker's availabilty changesAuthor:Andy WilkinsonSee Also:Serialized FormClassorg.springframework.messaging.simp.brokerSpring MVC
BufferingStompDecoderAn extension of StompDecoderthat buffers content remaining in the input ByteBuffer after the parentClassorg.springframework.messaging.simp.stompSpring MVC
ChannelRegistrationA registration class for customizing the configuration for aSince:4.Classorg.springframework.messaging.simp.configSpring 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
DefaultSubscriptionRegistryin memory and uses a PathMatcherfor matching destinations.Classorg.springframework.messaging.simp.brokerSpring MVC
DefaultUserDestinationResolverA default implementation of UserDestinationResolver that relieson a SimpUserRegistry to find active sessions for a user.Classorg.springframework.messaging.simp.userSpring MVC
DefaultUserSessionRegistryA default thread-safe implementation of UserSessionRegistry.Classorg.springframework.messaging.simp.userSpring MVC
DestinationUserNameProviderA Principal can also implement this contract whengetName() isn't globally uniqueInterfaceorg.springframework.messaging.simp.userSpring MVC
MessageBrokerRegistryA registry for configuring message broker options.Classorg.springframework.messaging.simp.configSpring MVC
MissingSessionUserExceptionClassorg.springframework.messaging.simp.annotation.supportSpring MVC
MultiServerUserRegistryA user registry that is a composite of the local user registry as well assnapshots of remote user registries.Classorg.springframework.messaging.simp.userSpring MVC
PrincipalMethodArgumentResolverClassorg.springframework.messaging.simp.annotation.supportSpring 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
SendToMethodReturnValueHandlerA HandlerMethodReturnValueHandler for sending to destinations specified in aSendTo or SendToUser method-level annotations.Classorg.springframework.messaging.simp.annotation.supportSpring MVC
SendToUserAnnotation that indicates that the return value of a message-handling methodshould be sent as a Message to the specifiedClassorg.springframework.messaging.simp.annotationSpring MVC
SimpAnnotationMethodMessageHandlerA handler for messages delegating to @MessageMappingand @SubscribeMapping annotated methods.Classorg.springframework.messaging.simp.annotation.supportSpring MVC
SimpAttributesA wrapper class for access to attributes associated with a SiMP session(e.Classorg.springframework.messaging.simpSpring MVC
SimpAttributesContextHolderHolder class to expose SiMP attributes associated with a session (e.Classorg.springframework.messaging.simpSpring MVC
SimpleBrokerMessageHandlerA simple message broker that recognizes the message types defined inSimpMessageType, keeps track of subscriptions with the help of aClassorg.springframework.messaging.simp.brokerSpring MVC
SimpleBrokerRegistrationRegistration class for configuring a SimpleBrokerMessageHandler.Classorg.springframework.messaging.simp.configSpring MVC
SimpMessageHeaderAccessorA base class for working with message headers in simple messaging protocols thatsupport basic messaging patterns.Classorg.springframework.messaging.simpSpring MVC
SimpMessageMappingInfoEncapsulates the following request mapping conditions:SimpMessageTypeMessageConditionClassorg.springframework.messaging.simpSpring MVC
SimpMessageSendingOperationsA specialization of MessageSendingOperations with methods for use withthe Spring Framework support for Simple Messaging Protocols (like STOMP).Interfaceorg.springframework.messaging.simpSpring MVC
SimpMessageTypeenum SimpMessageTypeA generic representation of different kinds of messages found in simple messagingClassorg.springframework.messaging.simpSpring MVC
SimpMessageTypeMessageConditionA message condition that checks the message type.Classorg.springframework.messaging.simpSpring MVC
SimpMessagingTemplateAn implementation ofSimpMessageSendingOperations.Classorg.springframework.messaging.simpSpring MVC
SimpSessionRepresents a session of connected user.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpSessionScopeA Scope implementation exposing the attributes of a SiMP session(e.Classorg.springframework.messaging.simpSpring MVC
SimpSubscriptionRepresents a subscription within a user session.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpSubscriptionMatcherA strategy for matching subscriptions.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpUserRepresents a connected user.Interfaceorg.springframework.messaging.simp.userSpring MVC
SimpUserRegistryA registry of currently connected users.Interfaceorg.springframework.messaging.simp.userSpring MVC
StompBrokerRelayMessageHandlerA MessageHandler that handles messages byforwarding them to a STOMP broker.Classorg.springframework.messaging.simp.stompSpring MVC
StompBrokerRelayRegistrationRegistration class for configuring a StompBrokerRelayMessageHandler.Classorg.springframework.messaging.simp.configSpring 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
SubscribeMappingAnnotation for mapping subscription messages onto specific handler methods basedon the destination of a subscription.Classorg.springframework.messaging.simp.annotationSpring MVC
SubscriptionMethodReturnValueHandlerA HandlerMethodReturnValueHandler for replying directly to a subscription.Classorg.springframework.messaging.simp.annotation.supportSpring MVC
SubscriptionRegistryA registry of subscription by session that allows looking up subscriptions.Interfaceorg.springframework.messaging.simp.brokerSpring MVC
TaskExecutorRegistrationA registration class for customizing the properties of ThreadPoolTaskExecutor.Classorg.springframework.messaging.simp.configSpring MVC
UserDestinationMessageHandlerMessageHandler with support for user destinations.Classorg.springframework.messaging.simp.userSpring MVC
UserDestinationResolverA strategy for resolving a user destination by translating it to one or moreactual destinations one per active user session.Interfaceorg.springframework.messaging.simp.userSpring MVC
UserDestinationResultContains the result from parsing a user destination from a source messageand translating it to target destinations (one per active user session).Classorg.springframework.messaging.simp.userSpring MVC
UserRegistryMessageHandlerA MessageHandler that is subscribed to listen to broadcasts of user registryinformation from other application servers as well as to periodicallyClassorg.springframework.messaging.simp.userSpring MVC
UserSessionRegistryA contract for adding and removing user sessions.Interfaceorg.springframework.messaging.simp.userSpring MVC
UserSessionRegistryAdapterA temporary adapter to allow use of deprecated UserSessionRegistry.Classorg.springframework.messaging.simp.userSpring MVC