Skip navigation links
spring-messaging
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractBrokerMessageHandler - Class in org.springframework.messaging.simp.handler
 
AbstractBrokerMessageHandler(Collection<String>) - Constructor for class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
AbstractBrokerRegistration - Class in org.springframework.messaging.simp.config
Base class for message broker registration classes.
AbstractBrokerRegistration(MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
AbstractDestinationResolvingMessagingTemplate<D> - Class in org.springframework.messaging.core
Base class for a messaging template that can resolve String-based destinations.
AbstractDestinationResolvingMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
AbstractExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.method
Cache exception handling method mappings and provide options to look up a method that should handle an exception.
AbstractExceptionHandlerMethodResolver(Map<Class<? extends Throwable>, Method>) - Constructor for class org.springframework.messaging.handler.method.AbstractExceptionHandlerMethodResolver
Protected constructor accepting exception-to-method mappings.
AbstractMessageChannel - Class in org.springframework.messaging.support.channel
Abstract base class for MessageChannel implementations.
AbstractMessageChannel() - Constructor for class org.springframework.messaging.support.channel.AbstractMessageChannel
 
AbstractMessageCondition<T extends AbstractMessageCondition<T>> - Class in org.springframework.messaging.handler.condition
AbstractMessageCondition() - Constructor for class org.springframework.messaging.handler.condition.AbstractMessageCondition
 
AbstractMessageConverter - Class in org.springframework.messaging.support.converter
Abstract base class for MessageConverter implementations including support for common properties and a partial implementation of the conversion methods mainly to check if the converter supports the conversion based on the payload class and MIME type.
AbstractMessageConverter(MimeType) - Constructor for class org.springframework.messaging.support.converter.AbstractMessageConverter
Construct an AbstractMessageConverter with one supported MIME type.
AbstractMessageConverter(Collection<MimeType>) - Constructor for class org.springframework.messaging.support.converter.AbstractMessageConverter
Construct an AbstractMessageConverter with multiple supported MIME type.
AbstractMessageSendingTemplate<D> - Class in org.springframework.messaging.core
Base class for templates that support sending messages.
AbstractMessageSendingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
AbstractMessagingTemplate<D> - Class in org.springframework.messaging.core
Base class for a messaging template that send and receive messages.
AbstractMessagingTemplate() - Constructor for class org.springframework.messaging.core.AbstractMessagingTemplate
 
AbstractMethodMessageHandler<T> - Class in org.springframework.messaging.handler.method
Abstract base class for HandlerMethod-based message handling.
AbstractMethodMessageHandler() - Constructor for class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
AbstractNamedValueMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Abstract base class for resolving method arguments from a named value.
AbstractNamedValueMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Constructor with a ConversionService and a BeanFactory.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo - Class in org.springframework.messaging.handler.annotation.support
Represents the information about a named value, including name, whether it's required and a default value.
AbstractNamedValueMethodArgumentResolver.NamedValueInfo(String, boolean, String) - Constructor for class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver.NamedValueInfo
 
AbstractStompEndpointRegistration<M> - Class in org.springframework.messaging.simp.config
An abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.
AbstractStompEndpointRegistration(String[], WebSocketHandler, TaskScheduler) - Constructor for class org.springframework.messaging.simp.config.AbstractStompEndpointRegistration
 
AbstractSubscribableChannel - Class in org.springframework.messaging.support.channel
Abstract base class for SubscribableChannel implementations.
AbstractSubscribableChannel() - Constructor for class org.springframework.messaging.support.channel.AbstractSubscribableChannel
 
AbstractSubscriptionRegistry - Class in org.springframework.messaging.simp.handler
 
AbstractSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
addEndpoint(String...) - Method in class org.springframework.messaging.simp.config.ServletStompEndpointRegistry
 
addEndpoint(String...) - Method in interface org.springframework.messaging.simp.config.StompEndpointRegistry
Expose a STOMP endpoint at the specified URL path (or paths_.
addHandler(HandlerMethodReturnValueHandler) - Method in class org.springframework.messaging.handler.method.HandlerMethodReturnValueHandlerComposite
addHandlers(List<? extends HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.method.HandlerMethodReturnValueHandlerComposite
addInterceptor(ChannelInterceptor) - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
Add a channel interceptor to the end of the list.
addNativeHeader(String, String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Add the specified native header value.
addProtocolHandler(SubProtocolHandler) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
Register a sub-protocol handler.
addQueueSuffix(String, String, String) - Method in interface org.springframework.messaging.simp.handler.MutableUserQueueSuffixResolver
 
addQueueSuffix(String, String, String) - Method in class org.springframework.messaging.simp.handler.SimpleUserQueueSuffixResolver
 
addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
addResolvers(List<? extends HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
addSockJsServiceMapping(M, SockJsService, WebSocketHandler, String) - Method in class org.springframework.messaging.simp.config.AbstractStompEndpointRegistration
 
addSockJsServiceMapping(MultiValueMap<HttpRequestHandler, String>, SockJsService, WebSocketHandler, String) - Method in class org.springframework.messaging.simp.config.ServletStompEndpointRegistration
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
addSubscriptionInternal(String, String, String, Message<?>) - Method in class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
addWebSocketHandlerMapping(M, WebSocketHandler, HandshakeHandler, String) - Method in class org.springframework.messaging.simp.config.AbstractStompEndpointRegistration
 
addWebSocketHandlerMapping(MultiValueMap<HttpRequestHandler, String>, WebSocketHandler, HandshakeHandler, String) - Method in class org.springframework.messaging.simp.config.ServletStompEndpointRegistration
 
afterConnected(TcpConnection<P>) - Method in interface org.springframework.messaging.support.tcp.TcpConnectionHandler
Invoked after a connection is successfully established.
afterConnectFailure(Throwable) - Method in interface org.springframework.messaging.support.tcp.TcpConnectionHandler
Invoked after a connection failure.
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
afterConnectionClosed() - Method in interface org.springframework.messaging.support.tcp.TcpConnectionHandler
Invoked after the connection is closed.
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
afterPropertiesSet() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in interface org.springframework.messaging.handler.websocket.SubProtocolHandler
Invoked after a WebSocketSession has ended.
afterSessionEnded(WebSocketSession, CloseStatus, MessageChannel) - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
 
afterSessionStarted(WebSocketSession, MessageChannel) - Method in interface org.springframework.messaging.handler.websocket.SubProtocolHandler
Invoked after a WebSocketSession has started.
afterSessionStarted(WebSocketSession, MessageChannel) - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
 
AnnotationExceptionHandlerMethodResolver - Class in org.springframework.messaging.handler.annotation.support
A sub-class of AbstractExceptionHandlerMethodResolver that looks for MessageExceptionHandler-annotated methods in a given class.
AnnotationExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
A constructor that finds MessageExceptionHandler methods in the given type.
annotationMethodMessageHandler() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 

B

BeanFactoryMessageChannelDestinationResolver - Class in org.springframework.messaging.core
 
BeanFactoryMessageChannelDestinationResolver() - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
Create a new instance of the BeanFactoryMessageChannelDestinationResolver class.
BeanFactoryMessageChannelDestinationResolver(BeanFactory) - Constructor for class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
Create a new instance of the BeanFactoryMessageChannelDestinationResolver class.
BrokerAvailabilityEvent - Class in org.springframework.messaging.simp
Event raised when a broker's availabilty changes
BrokerAvailabilityEvent(boolean, Object) - Constructor for class org.springframework.messaging.simp.BrokerAvailabilityEvent
Creates a new BrokerAvailabilityEvent.
brokerChannel() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
brokerDefaultSockJsTaskScheduler() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
The default TaskScheduler to use if none is configured via SockJsServiceRegistration#setTaskScheduler(), i.e.
brokerMessagingTemplate() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
brokerWebSocketHandlerMapping() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
build() - Method in class org.springframework.messaging.support.MessageBuilder
 
ByteArrayMessageConverter - Class in org.springframework.messaging.support.converter
A MessageConverter that supports MIME type "application/octet-stream" with the payload converted to and from a byte[].
ByteArrayMessageConverter() - Constructor for class org.springframework.messaging.support.converter.ByteArrayMessageConverter
 

C

canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
 
canConvertFrom(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
 
canConvertTo(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
 
ChannelInterceptor - Interface in org.springframework.messaging.support.channel
Interface for interceptors that are able to view and/or modify the Messages being sent-to and/or received-from a MessageChannel.
ChannelInterceptorAdapter - Class in org.springframework.messaging.support.channel
A ChannelInterceptor with empty method implementations as a convenience.
ChannelInterceptorAdapter() - Constructor for class org.springframework.messaging.support.channel.ChannelInterceptorAdapter
 
checkDestinationPrefix(String) - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
clear() - Method in class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
Clear the list of configured resolvers.
clear() - Method in class org.springframework.messaging.handler.method.HandlerMethodReturnValueHandlerComposite
Clear the list of configured handlers.
clear() - Method in class org.springframework.messaging.MessageHeaders
Since MessageHeaders are immutable the call to this method will result in UnsupportedOperationException
close() - Method in class org.springframework.messaging.support.tcp.ReactorTcpConnection
 
close() - Method in interface org.springframework.messaging.support.tcp.TcpConnection
Close the connection.
combine(DestinationPatternsMessageCondition) - Method in class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
Returns a new instance with URL patterns from the current instance ("this") and the "other" instance as follows: If there are patterns in both instances, combine the patterns in "this" with the patterns in "other" using PathMatcher.combine(String, String).
combine(T) - Method in interface org.springframework.messaging.handler.condition.MessageCondition
Define the rules for combining this condition with another.
combine(SimpMessageMappingInfo) - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
combine(SimpMessageTypeMessageCondition) - Method in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
compareTo(DestinationPatternsMessageCondition, Message<?>) - Method in class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
Compare the two conditions based on the destination patterns they contain.
compareTo(T, Message<?>) - Method in interface org.springframework.messaging.handler.condition.MessageCondition
Compare this condition to another in the context of a specific message.
compareTo(SimpMessageMappingInfo, Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
compareTo(SimpMessageTypeMessageCondition, Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
CompositeMessageConverter - Class in org.springframework.messaging.support.converter
A MessageConverter that delegates to a list of other converters to invoke until one of them returns a non-null value.
CompositeMessageConverter(Collection<MessageConverter>) - Constructor for class org.springframework.messaging.support.converter.CompositeMessageConverter
Create a new instance with the given MessageConverters in turn configuring each with a DefaultContentTypeResolver.
CompositeMessageConverter(Collection<MessageConverter>, ContentTypeResolver) - Constructor for class org.springframework.messaging.support.converter.CompositeMessageConverter
Create an instance with the given MessageConverters and configure all with the given ContentTypeResolver.
configureMessageBroker(MessageBrokerConfigurer) - Method in class org.springframework.messaging.simp.config.DelegatingWebSocketMessageBrokerConfiguration
 
configureMessageBroker(MessageBrokerConfigurer) - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
configureMessageBroker(MessageBrokerConfigurer) - Method in interface org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurer
Configure message broker options.
connect(TcpConnectionHandler<P>) - Method in class org.springframework.messaging.support.tcp.ReactorNettyTcpClient
 
connect(TcpConnectionHandler<P>, ReconnectStrategy) - Method in class org.springframework.messaging.support.tcp.ReactorNettyTcpClient
 
connect(TcpConnectionHandler<P>) - Method in interface org.springframework.messaging.support.tcp.TcpOperations
Open a new connection.
connect(TcpConnectionHandler<P>, ReconnectStrategy) - Method in interface org.springframework.messaging.support.tcp.TcpOperations
Open a new connection and a strategy for reconnecting if the connection fails.
CONNECT_MESSAGE_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
CONNECTED_USER_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompProtocolHandler
The name of the header set on the CONNECTED frame indicating the name of the user authenticated on the WebSocket session.
containsKey(Object) - Method in class org.springframework.messaging.MessageHeaders
 
containsValue(Object) - Method in class org.springframework.messaging.MessageHeaders
 
CONTENT_TYPE - Static variable in class org.springframework.messaging.MessageHeaders
 
ContentTypeResolver - Interface in org.springframework.messaging.support.converter
Resolve the content type for a message given a set of MessageHeaders.
convertAndSend(String, T) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, Map<String, Object>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(String, T, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertAndSend(Object) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, Map<String, Object>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(Object, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(D, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
convertAndSend(String, T) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
 
convertAndSend(String, T, Map<String, Object>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
 
convertAndSend(String, T, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
 
convertAndSend(String, T, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
 
convertAndSend(Object) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
convertAndSend(D, Object) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
convertAndSend(D, Object, Map<String, Object>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
convertAndSend(Object, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
convertAndSend(D, Object, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
convertAndSend(D, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
convertAndSendToUser(String, String, Object) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to a specific user.
convertAndSendToUser(String, String, Object, Map<String, Object>) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
 
convertAndSendToUser(String, String, Object, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
Send a message to a specific user.
convertAndSendToUser(String, String, Object, Map<String, Object>, MessagePostProcessor) - Method in interface org.springframework.messaging.simp.SimpMessageSendingOperations
 
convertAndSendToUser(String, String, Object) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, Map<String, Object>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, MessagePostProcessor) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertAndSendToUser(String, String, Object, Map<String, Object>, MessagePostProcessor) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Convert the message payload from serialized form to an Object.
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.ByteArrayMessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
 
convertFromInternal(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.StringMessageConverter
 
convertSendAndReceive(String, Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
convertSendAndReceive(Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
convertSendAndReceive(String, Object, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
 
convertSendAndReceive(String, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
 
convertSendAndReceive(String, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
 
convertSendAndReceive(Object, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
convertSendAndReceive(D, Object, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
convertSendAndReceive(Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
convertSendAndReceive(D, Object, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
convertSendAndReceive(D, Object, Map<String, Object>, Class<T>, MessagePostProcessor) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Convert the payload object to serialized form.
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.ByteArrayMessageConverter
 
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
 
convertToInternal(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.StringMessageConverter
 
copyHeaders(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeaders(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, ?>) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Copy the name-value pairs from the provided Map.
create() - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
create(SimpMessageType) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
Create SimpMessageHeaderAccessor for a new Message of a specific type.
create(StompCommand) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create StompHeaderAccessor for a new Message.
create(StompCommand, Map<String, List<String>>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create StompHeaderAccessor from parsed STOP frame content.
createExceptionHandlerMethodResolverFor(Class<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
createExceptionHandlerMethodResolverFor(Class<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
createHandlerMethod(Object, Method) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Create a HandlerMethod instance from an Object handler that is either a handler instance or a String-based bean name.
createMappings() - Method in class org.springframework.messaging.simp.config.AbstractStompEndpointRegistration
 
createMappings() - Method in class org.springframework.messaging.simp.config.ServletStompEndpointRegistration
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Create the AbstractNamedValueMethodArgumentResolver.NamedValueInfo object for the given method parameter.
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
createNamedValueInfo(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.PathVariableMethodArgumentResolver
 
createWithResolvedBean() - Method in class org.springframework.messaging.handler.method.HandlerMethod
If the provided instance contains a bean name rather than an object instance, the bean name is resolved before a HandlerMethod is created and returned.

D

decode(ByteBuffer) - Method in class org.springframework.messaging.simp.stomp.StompDecoder
Decodes a STOMP frame in the given buffer into a Message.
decoder(Consumer<Message<byte[]>>) - Method in class org.springframework.messaging.simp.stomp.StompCodec
 
DEFAULT_NONE - Static variable in interface org.springframework.messaging.handler.annotation.ValueConstants
Constant defining a value for no default - as a replacement for null which we cannot use in annotation attributes.
DefaultContentTypeResolver - Class in org.springframework.messaging.support.converter
A default ContentTypeResolver that checks the MessageHeaders.CONTENT_TYPE header or falls back to a default, if a default is configured.
DefaultContentTypeResolver() - Constructor for class org.springframework.messaging.support.converter.DefaultContentTypeResolver
 
DefaultSubscriptionRegistry - Class in org.springframework.messaging.simp.handler
 
DefaultSubscriptionRegistry() - Constructor for class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
DelegatingWebSocketMessageBrokerConfiguration - Class in org.springframework.messaging.simp.config
A WebSocketMessageBrokerConfiguration extension that detects beans of type WebSocketMessageBrokerConfigurer and delegates to all of them allowing callback style customization of the configuration provided in WebSocketMessageBrokerConfigurationSupport.
DelegatingWebSocketMessageBrokerConfiguration() - Constructor for class org.springframework.messaging.simp.config.DelegatingWebSocketMessageBrokerConfiguration
 
DESTINATION_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
DestinationPatternsMessageCondition - Class in org.springframework.messaging.handler.condition
A MessageCondition for matching the destination of a Message against one or more destination patterns using a PathMatcher.
DestinationPatternsMessageCondition(String...) - Constructor for class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
Creates a new instance with the given destination patterns.
DestinationPatternsMessageCondition(String[], PathMatcher) - Constructor for class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
Additional constructor with flags for using suffix pattern (.*) and trailing slash matches.
DestinationResolutionException - Exception in org.springframework.messaging.core
Thrown by a DestinationResolver when it cannot resolve a destination.
DestinationResolutionException(String) - Constructor for exception org.springframework.messaging.core.DestinationResolutionException
Create a new ChannelResolutionException.
DestinationResolutionException(String, Throwable) - Constructor for exception org.springframework.messaging.core.DestinationResolutionException
Create a new ChannelResolutionException.
DestinationResolver<D> - Interface in org.springframework.messaging.core
 
DestinationResolvingMessageReceivingOperations<D> - Interface in org.springframework.messaging.core
A MessageReceivingOperations that can resolve a String-based destinations.
DestinationResolvingMessageRequestReplyOperations<D> - Interface in org.springframework.messaging.core
A MessageRequestReplyOperations that can resolve a String-based destinations.
DestinationResolvingMessageSendingOperations<D> - Interface in org.springframework.messaging.core
A MessageSendingOperations that can resolve a String-based destinations.
detectHandlerMethods(Object) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Detect if the given handler has any methods that can handle messages and if so register it with the extracted mapping information.
doReceive(D) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
doReceive(MessageChannel) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
 
doSend(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
doSend(MessageChannel, Message<?>) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
 
doSend(String, Message<?>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
doSendAndReceive(D, Message<S>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
doSendAndReceive(MessageChannel, Message<S>) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
 

E

enableSimpleBroker(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerConfigurer
Enable a simple message broker and configure one or more prefixes to filter destinations targeting the broker (e.g.
enableStompBrokerRelay(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerConfigurer
Enable a STOMP broker relay and configure the destination prefixes supported by the message broker.
EnableWebSocketMessageBroker - Annotation Type in org.springframework.messaging.simp.config
Add this annotation to an @Configuration class to enable broker-backed messaging over WebSocket using a higher-level messaging sub-protocol.
encode(Message<byte[]>) - Method in class org.springframework.messaging.simp.stomp.StompEncoder
Encodes the given STOMP message into a byte[]
encoder() - Method in class org.springframework.messaging.simp.stomp.StompCodec
 
entrySet() - Method in class org.springframework.messaging.MessageHeaders
 
equals(Object) - Method in class org.springframework.messaging.handler.condition.AbstractMessageCondition
 
equals(Object) - Method in class org.springframework.messaging.handler.method.HandlerMethod
 
equals(Object) - Method in class org.springframework.messaging.MessageHeaders
 
equals(Object) - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
equals(Object) - Method in class org.springframework.messaging.support.GenericMessage
 
ERROR_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
 
ErrorMessage - Class in org.springframework.messaging.support
A message implementation that accepts a Throwable payload.
ErrorMessage(Throwable) - Constructor for class org.springframework.messaging.support.ErrorMessage
 
ErrorMessage(Throwable, Map<String, Object>) - Constructor for class org.springframework.messaging.support.ErrorMessage
 
EXCEPTION_HANDLER_METHOD_FILTER - Static variable in class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
A filter for selecting annotated exception handling methods.
ExecutorSubscribableChannel - Class in org.springframework.messaging.support.channel
A SubscribableChannel that sends messages to each of its subscribers.
ExecutorSubscribableChannel() - Constructor for class org.springframework.messaging.support.channel.ExecutorSubscribableChannel
Create a new ExecutorSubscribableChannel instance where messages will be sent in the callers thread.
ExecutorSubscribableChannel(Executor) - Constructor for class org.springframework.messaging.support.channel.ExecutorSubscribableChannel
Create a new ExecutorSubscribableChannel instance where messages will be sent via the specified executor.

F

findProtocolHandler(WebSocketSession) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
findSubscriptions(Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
findSubscriptions(Message<?>) - Method in interface org.springframework.messaging.simp.handler.SubscriptionRegistry
Find all subscriptions that should receive the given message.
findSubscriptionsInternal(String, Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
findSubscriptionsInternal(String, Message<?>) - Method in class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
FixedIntervalReconnectStrategy - Class in org.springframework.messaging.support.tcp
A simple strategy for making reconnect attempts at a fixed interval.
FixedIntervalReconnectStrategy(long) - Constructor for class org.springframework.messaging.support.tcp.FixedIntervalReconnectStrategy
 
fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
 
fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.CompositeMessageConverter
 
fromMessage(Message<?>, Class<?>) - Method in interface org.springframework.messaging.support.converter.MessageConverter
Convert the payload of a Message from serialized form to a typed Object of the specified target class.
fromMessage(Message<?>, Class<?>) - Method in class org.springframework.messaging.support.converter.SimpleMessageConverter
 
fromMessage(Message<T>) - Static method in class org.springframework.messaging.support.MessageBuilder
Create a builder for a new Message instance pre-populated with all of the headers copied from the provided message.

G

generateId() - Method in class org.springframework.messaging.MessageHeaders.AlternativeJdkIdGenerator
 
generateId() - Method in interface org.springframework.messaging.MessageHeaders.IdGenerator
 
GenericMessage<T> - Class in org.springframework.messaging.support
Base Message class defining common properties such as id, payload, and headers.
GenericMessage(T) - Constructor for class org.springframework.messaging.support.GenericMessage
Create a new message with the given payload.
GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.messaging.support.GenericMessage
Create a new message with the given payload.
GenericMessagingTemplate - Class in org.springframework.messaging.core
A messaging template for sending to and/or receiving messages from a MessageChannel.
GenericMessagingTemplate() - Constructor for class org.springframework.messaging.core.GenericMessagingTemplate
 
get(Object, Class<T>) - Method in class org.springframework.messaging.MessageHeaders
 
get(Object) - Method in class org.springframework.messaging.MessageHeaders
 
getAcceptVersion() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getAck() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getAnnotationMethodDestinationPrefixes() - Method in class org.springframework.messaging.simp.config.MessageBrokerConfigurer
 
getApplicationContext() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
getApplicationEventPublisher() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
getArgumentResolvers() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
getBean() - Method in class org.springframework.messaging.handler.method.HandlerMethod
Returns the bean for this handler method.
getBeanName() - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
 
getBeanType() - Method in class org.springframework.messaging.handler.method.HandlerMethod
Returns the type of the handler for this handler method.
getBridgedMethod() - Method in class org.springframework.messaging.handler.method.HandlerMethod
If the bean method is a bridge method, this method returns the bridged (user-defined) method.
getCommand() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getContent() - Method in class org.springframework.messaging.handler.condition.AbstractMessageCondition
 
getContent() - Method in class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
 
getContent() - Method in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
getContentLength() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getContentType() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
getContentTypeResolver() - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Return the default ContentTypeResolver.
getContentTypeResolver() - Method in class org.springframework.messaging.support.converter.CompositeMessageConverter
 
getConversionService() - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
The configured ConversionService.
getConverters() - Method in class org.springframework.messaging.support.converter.CompositeMessageConverter
 
getCustomArgumentResolvers() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
getCustomReturnValueHandlers() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
getDefaultContentType(Object) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Returns the default content type for the payload.
getDefaultDestination() - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
getDefaultMimeType() - Method in class org.springframework.messaging.support.converter.DefaultContentTypeResolver
Return the default MIME type to use.
getDefaultProtocolHandler() - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
getDestination(Message<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
getDestination(Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
getDestination() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
getDestinationConditions() - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
getDestinationPrefix() - Method in class org.springframework.messaging.simp.handler.UserDestinationMessageHandler
 
getDestinationPrefixes() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
getDestinationPrefixes() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
getDestinationPrefixes() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
getDetailedErrorMessage(String) - Method in class org.springframework.messaging.handler.method.InvocableHandlerMethod
Adds HandlerMethod details such as the controller type and method signature to the given error message.
getDirectLookupDestinations(T) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Return destinations contained in the mapping that are not patterns and are therefore suitable for direct lookups.
getDirectLookupDestinations(SimpMessageMappingInfo) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
getErrorChannel() - Method in class org.springframework.messaging.MessageHeaders
 
getErrorChannel() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
getExceptionsFromMethodSignature(Method) - Static method in class org.springframework.messaging.handler.method.AbstractExceptionHandlerMethodResolver
Extract the exceptions this method handles.This implementation looks for sub-classes of Throwable in the method signature.
getFailedMessage() - Method in exception org.springframework.messaging.MessagingException
 
getFirstNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Return the first value for the specified native header of null.
getHandlerMapping() - Method in class org.springframework.messaging.simp.config.ServletStompEndpointRegistry
Returns a handler mapping with the mapped ViewControllers; or null in case of no registrations.
getHandlerMethods() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Return a map with all handler methods and their mappings.
getHeader(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
getHeaders() - Method in interface org.springframework.messaging.Message
Returns message headers for the message (never null).
getHeaders() - Method in class org.springframework.messaging.support.GenericMessage
 
getHeartbeat() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getHost() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getId() - Method in class org.springframework.messaging.MessageHeaders
 
getId() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
getInterceptorChain() - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
Exposes the interceptor list for subclasses.
getInterceptors() - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
Return a read-only list of the configured interceptors.
getJsonEncoding(MimeType) - Method in class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
Determine the JSON encoding to use for the given content type.
getLogin() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getLookupDestination(String) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Find if the given destination matches any of the configured allowed destination prefixes and if a match is found return the destination with the prefix removed.
getMappingComparator(Message<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Return a comparator for sorting matching mappings.
getMappingComparator(Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Provide the mapping for a handler method.
getMappingForMethod(Method, Class<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
getMappings() - Method in class org.springframework.messaging.simp.config.AbstractStompEndpointRegistration
 
getMatchingCondition(Message<?>) - Method in class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
Check if any of the patterns match the given Message destination and return an instance that is guaranteed to contain matching patterns, sorted via PathMatcher.getPatternComparator(String).
getMatchingCondition(Message<?>) - Method in interface org.springframework.messaging.handler.condition.MessageCondition
Check if this condition matches the given Message and returns a potentially new condition with content tailored to the current message.
getMatchingCondition(Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
getMatchingCondition(Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
getMatchingMapping(T, Message<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Check if a mapping matches the current message and return a possibly new mapping with conditions relevant to the current request.
getMatchingMapping(SimpMessageMappingInfo, Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
getMessage() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getMessageBrokerConfigurer() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
getMessageChannel() - Method in class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
getMessageChannel() - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
getMessageConverter() - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
getMessageConverter() - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
Return the configured MessageConverter.
getMessageHandler() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 
getMessageHandler() - Method in class org.springframework.messaging.simp.config.SimpleBrokerRegistration
 
getMessageHandler() - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
getMessageId() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getMessageType() - Method in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
getMessageType() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
getMessageType() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
 
getMessageTypeMessageCondition() - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
getMessagingTemplate() - Method in class org.springframework.messaging.simp.handler.UserDestinationMessageHandler
 
getMethod() - Method in class org.springframework.messaging.handler.method.HandlerMethod
Returns the method for this handler method.
getMethodAnnotation(Class<A>) - Method in class org.springframework.messaging.handler.method.HandlerMethod
Returns a single annotation on the underlying method traversing its super methods if no annotation can be found on the given method itself.
getMethodParameters() - Method in class org.springframework.messaging.handler.method.HandlerMethod
Returns the method parameters for this handler method.
getMimeType(MessageHeaders) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
 
getNack() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getNativeHeader(String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Return all values for the specified native header or null.
getPasscode() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getPathMatcher() - Method in class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
getPathMatcher() - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
Return the PathMatcher implementation to use for matching destinations
getPatterns() - Method in class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
 
getPayload() - Method in interface org.springframework.messaging.Message
Returns the message payload.
getPayload() - Method in class org.springframework.messaging.support.GenericMessage
 
getPhase() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
getProtocolHandlers() - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
getReceipt() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getReceiptId() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getRelayHost() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
getRelayPort() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
getReplyChannel() - Method in class org.springframework.messaging.MessageHeaders
 
getReplyChannel() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
getRequiredDefaultDestination() - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
getResolvers() - Method in class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
Return a read-only list with the contained resolvers, or an empty list.
getReturnType() - Method in class org.springframework.messaging.handler.method.HandlerMethod
Return the HandlerMethod return type.
getReturnValueHandlers() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
getReturnValueHandlers() - Method in class org.springframework.messaging.handler.method.HandlerMethodReturnValueHandlerComposite
Return a read-only list with the configured handlers.
getReturnValueType(Object) - Method in class org.springframework.messaging.handler.method.HandlerMethod
Return the actual return value type.
getSendTimeout() - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
getSerializedPayloadClass() - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Return the configured preferred serialization payload class.
getSessionId() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
getSimpleBroker() - Method in class org.springframework.messaging.simp.config.MessageBrokerConfigurer
 
getStompBrokerRelay() - Method in class org.springframework.messaging.simp.config.MessageBrokerConfigurer
 
getSubscriptionId() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
getSubscriptionRegistry() - Method in class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
getSupportedMimeTypes() - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Return the configured supported MIME types.
getSupportedProtocols() - Method in interface org.springframework.messaging.handler.websocket.SubProtocolHandler
Return the list of sub-protocols supported by this handler, never null.
getSupportedProtocols() - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
Return all supported protocols.
getSupportedProtocols() - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
 
getSystemHeartbeatReceiveInterval() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
getSystemHeartbeatSendInterval() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
getSystemLogin() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
getSystemPasscode() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
getTimestamp() - Method in class org.springframework.messaging.MessageHeaders
 
getTimestamp() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
getTimeToNextAttempt(int) - Method in class org.springframework.messaging.support.tcp.FixedIntervalReconnectStrategy
 
getTimeToNextAttempt(int) - Method in interface org.springframework.messaging.support.tcp.ReconnectStrategy
Return the time to the next attempt to reconnect.
getToStringInfix() - Method in class org.springframework.messaging.handler.condition.AbstractMessageCondition
The notation to use when printing discrete items of content.
getToStringInfix() - Method in class org.springframework.messaging.handler.condition.DestinationPatternsMessageCondition
 
getToStringInfix() - Method in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
getUser() - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
getUserDestinationPrefix() - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
getUserQueueSuffix(String, String) - Method in class org.springframework.messaging.simp.handler.SimpleUserQueueSuffixResolver
 
getUserQueueSuffix(String, String) - Method in interface org.springframework.messaging.simp.handler.UserQueueSuffixResolver
Retrieve the queue suffix associated with the given user session.
getUserQueueSuffixes(String) - Method in class org.springframework.messaging.simp.handler.SimpleUserQueueSuffixResolver
 
getUserQueueSuffixes(String) - Method in interface org.springframework.messaging.simp.handler.UserQueueSuffixResolver
Retrieve the suffixes for all sessions associated with this user.
getUserQueueSuffixResolver() - Method in class org.springframework.messaging.simp.handler.UserDestinationMessageHandler
 
getUserQueueSuffixResolver() - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
 
getVersion() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
getVirtualHost() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
getWebSocketReplyChannel() - Method in class org.springframework.messaging.simp.config.AbstractBrokerRegistration
 

H

handleMatch(T, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
handleMatch(SimpMessageMappingInfo, HandlerMethod, String, Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
handleMessage(WebSocketSession, WebSocketMessage<?>) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
handleMessage(Message<?>) - Method in interface org.springframework.messaging.MessageHandler
Handles the message if possible.
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.messaging.simp.handler.UserDestinationMessageHandler
 
handleMessage(Message<P>) - Method in interface org.springframework.messaging.support.tcp.TcpConnectionHandler
Handle a message received from the remote host.
handleMessageFromClient(WebSocketSession, WebSocketMessage, MessageChannel) - Method in interface org.springframework.messaging.handler.websocket.SubProtocolHandler
Handle the given WebSocketMessage received from a client.
handleMessageFromClient(WebSocketSession, WebSocketMessage, MessageChannel) - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
Handle incoming WebSocket messages from clients.
handleMessageInternal(Message<?>, String) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
handleMessageToClient(WebSocketSession, Message<?>) - Method in interface org.springframework.messaging.handler.websocket.SubProtocolHandler
Handle the given Message to the client associated with the given WebSocket session.
handleMessageToClient(WebSocketSession, Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
Handle STOMP messages going back out to WebSocket clients.
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Invoked when a named value is required, but AbstractNamedValueMethodArgumentResolver.resolveArgumentInternal(MethodParameter, Message, String) returned null and there is no default value.
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
handleMissingValue(String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.PathVariableMethodArgumentResolver
 
handleNoMatch(Set<T>, String, Message<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
handleNoMatch(Set<SimpMessageMappingInfo>, String, Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
handleResolvedValue(Object, String, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Invoked after a value is resolved.
handleReturnValue(Object, MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.method.HandlerMethodReturnValueHandler
Handle the given return value.
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.method.HandlerMethodReturnValueHandlerComposite
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
handleReturnValue(Object, MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 
HandlerMethod - Class in org.springframework.messaging.handler.method
Encapsulates information about a bean method consisting of a method and a bean.
HandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.method.HandlerMethod
Create an instance from a bean instance and a method.
HandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.method.HandlerMethod
Create an instance from a bean instance, method name, and parameter types.
HandlerMethod(String, BeanFactory, Method) - Constructor for class org.springframework.messaging.handler.method.HandlerMethod
Create an instance from a bean name, a method, and a BeanFactory.
HandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.method.HandlerMethod
Copy constructor for use in sub-classes.
HandlerMethodArgumentResolver - Interface in org.springframework.messaging.handler.method
Strategy interface for resolving method parameters into argument values in the context of a given Message.
HandlerMethodArgumentResolverComposite - Class in org.springframework.messaging.handler.method
Resolves method parameters by delegating to a list of registered HandlerMethodArgumentResolver.
HandlerMethodArgumentResolverComposite() - Constructor for class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
 
HandlerMethodReturnValueHandler - Interface in org.springframework.messaging.handler.method
Strategy interface to handle the value returned from the invocation of a method handling a Message.
HandlerMethodReturnValueHandlerComposite - Class in org.springframework.messaging.handler.method
 
HandlerMethodReturnValueHandlerComposite() - Constructor for class org.springframework.messaging.handler.method.HandlerMethodReturnValueHandlerComposite
 
HandlerMethodSelector - Class in org.springframework.messaging.handler.method
Defines the algorithm for searching handler methods exhaustively including interfaces and parent classes while also dealing with parameterized methods as well as interface and class-based proxies.
HandlerMethodSelector() - Constructor for class org.springframework.messaging.handler.method.HandlerMethodSelector
 
handleTransportError(WebSocketSession, Throwable) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
hasExceptionMappings() - Method in class org.springframework.messaging.handler.method.AbstractExceptionHandlerMethodResolver
Whether the contained type has any exception mappings.
hashCode() - Method in class org.springframework.messaging.handler.condition.AbstractMessageCondition
 
hashCode() - Method in class org.springframework.messaging.handler.method.HandlerMethod
 
hashCode() - Method in class org.springframework.messaging.MessageHeaders
 
hashCode() - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
hashCode() - Method in class org.springframework.messaging.support.GenericMessage
 
hasSubscription(MessageHandler) - Method in class org.springframework.messaging.support.channel.AbstractSubscribableChannel
Whether the given MessageHandler is already subscribed.
hasSubscription(MessageHandler) - Method in class org.springframework.messaging.support.channel.ExecutorSubscribableChannel
 
Header - Annotation Type in org.springframework.messaging.handler.annotation
Annotation which indicates that a method parameter should be bound to a message header.
HEADER_NAMES - Static variable in class org.springframework.messaging.MessageHeaders
 
HeaderMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolves method parameters annotated with @Header.
HeaderMethodArgumentResolver(ConversionService, ConfigurableBeanFactory) - Constructor for class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
Headers - Annotation Type in org.springframework.messaging.handler.annotation
Annotation which indicates that a method parameter should be bound to the headers of a message.
HeadersMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolves the following method parameters: Parameters assignable to Map annotated with @Headers Parameters of type MessageHeaders Parameters assignable to MessageHeaderAccessor
HeadersMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
 

I

ID - Static variable in class org.springframework.messaging.MessageHeaders
The key for the Message ID.
INDEFINITE_TIMEOUT - Static variable in interface org.springframework.messaging.MessageChannel
Constant for sending a message without a prescribed timeout.
initArgumentResolvers() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Return the list of argument resolvers to use.
initArgumentResolvers() - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
initReturnValueHandlers() - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Return the list of return value handlers to use.
initReturnValueHandlers() - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
initSimpleBrokerIfNecessary() - Method in class org.springframework.messaging.simp.config.MessageBrokerConfigurer
 
InvocableHandlerMethod - Class in org.springframework.messaging.handler.method
Invokes the handler method for a given message after resolving its method argument values through registered HandlerMethodArgumentResolvers.
InvocableHandlerMethod(HandlerMethod) - Constructor for class org.springframework.messaging.handler.method.InvocableHandlerMethod
Create an instance from a HandlerMethod.
InvocableHandlerMethod(Object, Method) - Constructor for class org.springframework.messaging.handler.method.InvocableHandlerMethod
Create an instance from a bean instance and a method.
InvocableHandlerMethod(Object, String, Class<?>...) - Constructor for class org.springframework.messaging.handler.method.InvocableHandlerMethod
Construct a new handler method with the given bean instance, method name and parameters.
invoke(Message<?>, Object...) - Method in class org.springframework.messaging.handler.method.InvocableHandlerMethod
Invoke the method with the given message.
isAutoStartup() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
isBodyAllowed() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
 
isBrokerAvailable() - Method in class org.springframework.messaging.simp.BrokerAvailabilityEvent
 
isEmpty() - Method in class org.springframework.messaging.MessageHeaders
 
isEmptyPayload(Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
 
isHandler(Class<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Whether the given bean type should be introspected for messaging handling methods.
isHandler(Class<?>) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
isModified() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
isModified() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
 
isReadOnly(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
isRunning() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
isVoid() - Method in class org.springframework.messaging.handler.method.HandlerMethod
Returns true if the method return type is void, false otherwise.

K

keySet() - Method in class org.springframework.messaging.MessageHeaders
 

L

logger - Variable in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
logger - Variable in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
logger - Variable in class org.springframework.messaging.handler.method.HandlerMethod
Logger that is available to subclasses
logger - Variable in class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
 
logger - Variable in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
logger - Variable in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
logger - Variable in class org.springframework.messaging.support.channel.AbstractMessageChannel
 
logger - Variable in class org.springframework.messaging.support.converter.AbstractMessageConverter
 
logger - Variable in class org.springframework.messaging.support.MessageHeaderAccessor
 
LOOKUP_DESTINATION_HEADER - Static variable in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 

M

MappingJackson2MessageConverter - Class in org.springframework.messaging.support.converter
A Jackson 2 based MessageConverter implementation.
MappingJackson2MessageConverter() - Constructor for class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
 
Message<T> - Interface in org.springframework.messaging
A generic message representation with headers and body.
MESSAGE - Static variable in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
MESSAGE_TYPE_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
MessageBrokerConfigurer - Class in org.springframework.messaging.simp.config
A helper class for configuring message broker options.
MessageBrokerConfigurer(MessageChannel) - Constructor for class org.springframework.messaging.simp.config.MessageBrokerConfigurer
 
MessageBuilder<T> - Class in org.springframework.messaging.support
A builder for creating GenericMessage or ErrorMessage if the payload is Throwable.
MessageChannel - Interface in org.springframework.messaging
Base channel interface defining common behavior for sending messages.
MessageCondition<T> - Interface in org.springframework.messaging.handler.condition
Contract for mapping conditions to messages.
MessageConversionException - Exception in org.springframework.messaging.support.converter
An exception raised by MessageConverter implementations.
MessageConversionException(String, Throwable) - Constructor for exception org.springframework.messaging.support.converter.MessageConversionException
 
MessageConversionException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.support.converter.MessageConversionException
 
MessageConverter - Interface in org.springframework.messaging.support.converter
A converter to turn the payload of a Message from serialized form to a typed Object and vice versa.
MessageDeliveryException - Exception in org.springframework.messaging
Exception that indicates an error occurred during message delivery.
MessageDeliveryException(String) - Constructor for exception org.springframework.messaging.MessageDeliveryException
 
MessageDeliveryException(Message<?>) - Constructor for exception org.springframework.messaging.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String) - Constructor for exception org.springframework.messaging.MessageDeliveryException
 
MessageDeliveryException(Message<?>, Throwable) - Constructor for exception org.springframework.messaging.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.MessageDeliveryException
 
MessageExceptionHandler - Annotation Type in org.springframework.messaging.handler.annotation
Annotation for handling exceptions from message-handling methods within specific handler methods.
MessageHandler - Interface in org.springframework.messaging
Base interface for any component that handles Messages.
MessageHandlingException - Exception in org.springframework.messaging.handler.annotation.support
Thrown when the handling of a message results in an unrecoverable exception.
MessageHandlingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.handler.annotation.support.MessageHandlingException
 
MessageHandlingException(Message<?>, String) - Constructor for exception org.springframework.messaging.handler.annotation.support.MessageHandlingException
 
MessageHeaderAccessor - Class in org.springframework.messaging.support
A base class for read/write access to MessageHeaders.
MessageHeaderAccessor() - Constructor for class org.springframework.messaging.support.MessageHeaderAccessor
A constructor for creating new message headers.
MessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.support.MessageHeaderAccessor
A constructor for accessing and modifying existing message headers.
MessageHeaders - Class in org.springframework.messaging
The headers for a Message
MessageHeaders(Map<String, Object>) - Constructor for class org.springframework.messaging.MessageHeaders
 
MessageHeaders.AlternativeJdkIdGenerator - Class in org.springframework.messaging
A variation of UUID.randomUUID() that uses SecureRandom only for the initial seed and Random thereafter, which provides better performance in exchange for less securely random id's.
MessageHeaders.AlternativeJdkIdGenerator() - Constructor for class org.springframework.messaging.MessageHeaders.AlternativeJdkIdGenerator
 
MessageHeaders.IdGenerator - Interface in org.springframework.messaging
 
MessageMapping - Annotation Type in org.springframework.messaging.handler.annotation
Annotation for mapping a Message onto message handling methods by matching to the message destination.
MessageMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
MessageMethodArgumentResolver() - Constructor for class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
 
MessagePostProcessor - Interface in org.springframework.messaging.core
To be used with MessagingTemplate's send method that converts an object to a message.
MessageReceivingOperations<D> - Interface in org.springframework.messaging.core
A set of operations receiving messages from a destination.
MessageRequestReplyOperations<D> - Interface in org.springframework.messaging.core
A set of operations for exchanging messages to and from a destination.
MessageSendingOperations<D> - Interface in org.springframework.messaging.core
A set of operations sending messages to a destination.
MessagingException - Exception in org.springframework.messaging
The base exception for any failures related to messaging.
MessagingException(Message<?>) - Constructor for exception org.springframework.messaging.MessagingException
 
MessagingException(String) - Constructor for exception org.springframework.messaging.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception org.springframework.messaging.MessagingException
 
MessagingException(Message<?>, String) - Constructor for exception org.springframework.messaging.MessagingException
 
MessagingException(Message<?>, Throwable) - Constructor for exception org.springframework.messaging.MessagingException
 
MessagingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.messaging.MessagingException
 
MissingSessionUserException - Exception in org.springframework.messaging.simp.annotation.support
 
MissingSessionUserException(Message<?>) - Constructor for exception org.springframework.messaging.simp.annotation.support.MissingSessionUserException
 
MutableUserQueueSuffixResolver - Interface in org.springframework.messaging.simp.handler
 

N

NATIVE_HEADERS - Static variable in class org.springframework.messaging.support.NativeMessageHeaderAccessor
 
NativeMessageHeaderAccessor - Class in org.springframework.messaging.support
An extension of MessageHeaderAccessor that also provides read/write access to message headers from an external message source.
NativeMessageHeaderAccessor(Map<String, List<String>>) - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
A constructor for creating new headers, accepting an optional native header map.
NativeMessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.support.NativeMessageHeaderAccessor
A constructor for accessing and modifying existing message headers.

O

onReadInactivity(Runnable, long) - Method in class org.springframework.messaging.support.tcp.ReactorTcpConnection
 
onReadInactivity(Runnable, long) - Method in interface org.springframework.messaging.support.tcp.TcpConnection
Register a task to invoke after a period of of read inactivity.
onWriteInactivity(Runnable, long) - Method in class org.springframework.messaging.support.tcp.ReactorTcpConnection
 
onWriteInactivity(Runnable, long) - Method in interface org.springframework.messaging.support.tcp.TcpConnection
Register a task to invoke after a period of of write inactivity.
org.springframework.messaging - package org.springframework.messaging
Support for working with messaging APIs and protocols.
org.springframework.messaging.core - package org.springframework.messaging.core
Provides core messaging classes.
org.springframework.messaging.handler.annotation - package org.springframework.messaging.handler.annotation
Annotations and support classes for handling messages.
org.springframework.messaging.handler.annotation.support - package org.springframework.messaging.handler.annotation.support
Support classes for working with annotated message-handling methods.
org.springframework.messaging.handler.condition - package org.springframework.messaging.handler.condition
 
org.springframework.messaging.handler.method - package org.springframework.messaging.handler.method
Abstractions and classes for working with message-handling methods.
org.springframework.messaging.handler.websocket - package org.springframework.messaging.handler.websocket
 
org.springframework.messaging.simp - package org.springframework.messaging.simp
Generic support for SImple Messaging Protocols such as STOMP.
org.springframework.messaging.simp.annotation - package org.springframework.messaging.simp.annotation
Annotations and support classes for handling messages from simple messaging protocols (like STOMP).
org.springframework.messaging.simp.annotation.support - package org.springframework.messaging.simp.annotation.support
 
org.springframework.messaging.simp.config - package org.springframework.messaging.simp.config
Configuration support for WebSocket messaging using higher level messaging protocols.
org.springframework.messaging.simp.handler - package org.springframework.messaging.simp.handler
MessageHandler implementation and supporting classes for message processing.
org.springframework.messaging.simp.stomp - package org.springframework.messaging.simp.stomp
Generic support for simple messaging protocols (like STOMP).
org.springframework.messaging.support - package org.springframework.messaging.support
 
org.springframework.messaging.support.channel - package org.springframework.messaging.support.channel
Provides classes representing various channel types.
org.springframework.messaging.support.converter - package org.springframework.messaging.support.converter
Provides classes supporting message conversion.
org.springframework.messaging.support.tcp - package org.springframework.messaging.support.tcp
Contains abstractions and implementation classes for establishing TCP connections via TcpOperations, handling messages via TcpConnectionHandler, as well as sending messages via TcpConnection.

P

PATH_TEMPLATE_VARIABLES_HEADER - Static variable in class org.springframework.messaging.handler.annotation.support.PathVariableMethodArgumentResolver
 
PathVariable - Annotation Type in org.springframework.messaging.handler.annotation
Annotation that indicates a method parameter should be bound to a path template variable.
PathVariableMethodArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
Resolves method parameters annotated with @PathVariable.
PathVariableMethodArgumentResolver(ConversionService) - Constructor for class org.springframework.messaging.handler.annotation.support.PathVariableMethodArgumentResolver
 
Payload - Annotation Type in org.springframework.messaging.handler.annotation
Annotation that binds a method parameter to the payload of a message.
PayloadArgumentResolver - Class in org.springframework.messaging.handler.annotation.support
A resolver to extract and convert the payload of a message using a MessageConverter.
PayloadArgumentResolver(MessageConverter) - Constructor for class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
 
PollableChannel - Interface in org.springframework.messaging
Interface for Message Channels from which Messages may be actively received through polling.
postProcessMessage(Message<?>) - Method in interface org.springframework.messaging.core.MessagePostProcessor
Apply a MessagePostProcessor to the message.
postReceive(Message<?>, MessageChannel) - Method in interface org.springframework.messaging.support.channel.ChannelInterceptor
Invoked immediately after a Message has been retrieved but before it is returned to the caller.
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.messaging.support.channel.ChannelInterceptorAdapter
 
postSend(Message<?>, MessageChannel, boolean) - Method in interface org.springframework.messaging.support.channel.ChannelInterceptor
Invoked immediately after the send invocation.
postSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.messaging.support.channel.ChannelInterceptorAdapter
 
preReceive(MessageChannel) - Method in interface org.springframework.messaging.support.channel.ChannelInterceptor
Invoked as soon as receive is called and before a Message is actually retrieved.
preReceive(MessageChannel) - Method in class org.springframework.messaging.support.channel.ChannelInterceptorAdapter
 
preSend(Message<?>, MessageChannel) - Method in interface org.springframework.messaging.support.channel.ChannelInterceptor
Invoked before the Message is actually sent to the channel.
preSend(Message<?>, MessageChannel) - Method in class org.springframework.messaging.support.channel.ChannelInterceptorAdapter
 
PrincipalMethodArgumentResolver - Class in org.springframework.messaging.simp.annotation.support
 
PrincipalMethodArgumentResolver() - Constructor for class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
 
processHandlerMethodException(HandlerMethod, Exception, Message<?>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
publishBrokerAvailableEvent() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
publishBrokerUnavailableEvent() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
put(String, Object) - Method in class org.springframework.messaging.MessageHeaders
Since MessageHeaders are immutable the call to this method will result in UnsupportedOperationException
putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.messaging.MessageHeaders
Since MessageHeaders are immutable the call to this method will result in UnsupportedOperationException

Q

QUEUE_SUFFIX_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompProtocolHandler
A suffix unique to the current session that a client can use to append to a destination to make it unique.

R

ReactorNettyTcpClient<P> - Class in org.springframework.messaging.support.tcp
A Reactor/Netty implementation of TcpOperations.
ReactorNettyTcpClient(String, int, Codec<Buffer, Message<P>, Message<P>>) - Constructor for class org.springframework.messaging.support.tcp.ReactorNettyTcpClient
 
ReactorTcpConnection<P> - Class in org.springframework.messaging.support.tcp
 
ReactorTcpConnection(TcpConnection<Message<P>, Message<P>>) - Constructor for class org.springframework.messaging.support.tcp.ReactorTcpConnection
 
receive(String) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
receive() - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
receive(D) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
receive(String) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageReceivingOperations
 
receive() - Method in interface org.springframework.messaging.core.MessageReceivingOperations
 
receive(D) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
 
receive() - Method in interface org.springframework.messaging.PollableChannel
Receive a message from this channel, blocking indefinitely if necessary.
receive(long) - Method in interface org.springframework.messaging.PollableChannel
Receive a message from this channel, blocking until either a message is available or the specified timeout period elapses.
receiveAndConvert(String, Class<T>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
receiveAndConvert(Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
receiveAndConvert(D, Class<T>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
receiveAndConvert(String, Class<T>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageReceivingOperations
 
receiveAndConvert(Class<T>) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
 
receiveAndConvert(D, Class<T>) - Method in interface org.springframework.messaging.core.MessageReceivingOperations
 
ReconnectStrategy - Interface in org.springframework.messaging.support.tcp
A contract to determine the frequency of reconnect attempts after connection failure.
registerHandlerMethod(Object, Method, T) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Register a handler method and its unique mapping.
registerStompEndpoints(StompEndpointRegistry) - Method in class org.springframework.messaging.simp.config.DelegatingWebSocketMessageBrokerConfiguration
 
registerStompEndpoints(StompEndpointRegistry) - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
registerStompEndpoints(StompEndpointRegistry) - Method in interface org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurer
Configure STOMP protocol handling over WebSocket at a specific URL.
registerSubscription(Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
registerSubscription(Message<?>) - Method in interface org.springframework.messaging.simp.handler.SubscriptionRegistry
Register a subscription represented by the given message.
remove(Object) - Method in class org.springframework.messaging.MessageHeaders
Since MessageHeaders are immutable the call to this method will result in UnsupportedOperationException
removeHeader(String) - Method in class org.springframework.messaging.support.MessageBuilder
Remove the value for the given header name.
removeHeader(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Remove the value for the given header name.
removeHeaders(String...) - Method in class org.springframework.messaging.support.MessageBuilder
Removes all headers provided via array of 'headerPatterns'.
removeHeaders(String...) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Removes all headers provided via array of 'headerPatterns'.
removeQueueSuffix(String, String) - Method in interface org.springframework.messaging.simp.handler.MutableUserQueueSuffixResolver
 
removeQueueSuffix(String, String) - Method in class org.springframework.messaging.simp.handler.SimpleUserQueueSuffixResolver
 
removeSubscriptionInternal(String, String, Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
removeSubscriptionInternal(String, String, Message<?>) - Method in class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
REPLY_CHANNEL - Static variable in class org.springframework.messaging.MessageHeaders
 
requiresDestination() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
 
requiresSubscriptionId() - Method in enum org.springframework.messaging.simp.stomp.StompCommand
 
resolve(MessageHeaders) - Method in interface org.springframework.messaging.support.converter.ContentTypeResolver
 
resolve(MessageHeaders) - Method in class org.springframework.messaging.support.converter.DefaultContentTypeResolver
 
resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
 
resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
 
resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
 
resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
 
resolveArgument(MethodParameter, Message<?>) - Method in interface org.springframework.messaging.handler.method.HandlerMethodArgumentResolver
Resolves a method parameter into an argument value from a given message.
resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
Iterate over registered HandlerMethodArgumentResolvers and invoke the one that supports it.
resolveArgument(MethodParameter, Message<?>) - Method in class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
 
resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.AbstractNamedValueMethodArgumentResolver
Resolves the given parameter type and value name into an argument value.
resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
resolveArgumentInternal(MethodParameter, Message<?>, String) - Method in class org.springframework.messaging.handler.annotation.support.PathVariableMethodArgumentResolver
 
resolveDestination(String) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
resolveDestination(String) - Method in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
 
resolveDestination(String) - Method in interface org.springframework.messaging.core.DestinationResolver
 
resolveMethod(Exception) - Method in class org.springframework.messaging.handler.method.AbstractExceptionHandlerMethodResolver
Find a method to handle the given exception.
resolveSessionId(Message<?>) - Method in interface org.springframework.messaging.handler.websocket.SubProtocolHandler
Resolve the session id from the given message or return null.
resolveSessionId(Message<?>) - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
 

S

selectMethods(Class<?>, ReflectionUtils.MethodFilter) - Static method in class org.springframework.messaging.handler.method.HandlerMethodSelector
Selects handler methods for the given handler type.
send(String, Message<P>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
send(Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
send(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
send(String, Message<P>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageSendingOperations
 
send(Message<?>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
send(D, Message<?>) - Method in interface org.springframework.messaging.core.MessageSendingOperations
 
send(Message<?>) - Method in interface org.springframework.messaging.MessageChannel
Send a Message to this channel.
send(Message<?>, long) - Method in interface org.springframework.messaging.MessageChannel
Send a message, blocking until either the message is accepted or the specified timeout period elapses.
send(Message<?>) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
 
send(Message<?>) - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
 
send(Message<?>, long) - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
 
send(Message<P>) - Method in class org.springframework.messaging.support.tcp.ReactorTcpConnection
 
send(Message<P>) - Method in interface org.springframework.messaging.support.tcp.TcpConnection
Send the given message.
sendAndReceive(String, Message<?>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
sendAndReceive(Message<?>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
sendAndReceive(D, Message<?>) - Method in class org.springframework.messaging.core.AbstractMessagingTemplate
 
sendAndReceive(String, Message<?>) - Method in interface org.springframework.messaging.core.DestinationResolvingMessageRequestReplyOperations
 
sendAndReceive(Message<?>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
sendAndReceive(D, Message<?>) - Method in interface org.springframework.messaging.core.MessageRequestReplyOperations
 
sendErrorMessage(WebSocketSession, Throwable) - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
 
sendInternal(Message<?>, long) - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
 
sendInternal(Message<?>, long) - Method in class org.springframework.messaging.support.channel.ExecutorSubscribableChannel
 
sendMessageToSubscribers(String, Message<?>) - Method in class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
SendTo - Annotation Type in org.springframework.messaging.handler.annotation
Annotation that indicates a method's return value should be converted to a Message and sent to the specified destination.
SendToMethodReturnValueHandler - Class in org.springframework.messaging.simp.annotation.support
A HandlerMethodReturnValueHandler for sending to destinations specified in a SendTo or SendToUser method-level annotations.
SendToMethodReturnValueHandler(SimpMessageSendingOperations, boolean) - Constructor for class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
SendToUser - Annotation Type in org.springframework.messaging.simp.annotation
Annotation that can be used on methods processing an input message to indicate that the method's return value should be converted to a Message and sent to the specified destination with the prefix "/user/{username}" automatically prepended with the user information expected to be the input message header SimpMessageHeaderAccessor.USER_HEADER.
ServletStompEndpointRegistration - Class in org.springframework.messaging.simp.config
A helper class for configuring STOMP protocol handling over WebSocket with optional SockJS fallback options.
ServletStompEndpointRegistration(String[], WebSocketHandler, TaskScheduler) - Constructor for class org.springframework.messaging.simp.config.ServletStompEndpointRegistration
 
ServletStompEndpointRegistry - Class in org.springframework.messaging.simp.config
A helper class for configuring STOMP protocol handling over WebSocket.
ServletStompEndpointRegistry(WebSocketHandler, MutableUserQueueSuffixResolver, TaskScheduler) - Constructor for class org.springframework.messaging.simp.config.ServletStompEndpointRegistry
 
SESSION_ID_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
setAcceptVersion(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setAck(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setAnnotationMethodDestinationPrefixes(String...) - Method in class org.springframework.messaging.simp.config.MessageBrokerConfigurer
Configure one or more prefixes to filter destinations targeting annotated application methods.
setApplicationContext(ApplicationContext) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
setApplicationLogin(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
Set the login for the "system" relay session used to send messages to the STOMP broker without having a client session (e.g.
setApplicationPasscode(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
Set the passcode for the "system" relay session used to send messages to the STOMP broker without having a client session (e.g.
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Configure the complete list of supported argument types effectively overriding the ones configured by default.
setAutoStartup(boolean) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
Configure whether the StompBrokerRelayMessageHandler should start automatically when the Spring ApplicationContext is refreshed.
setAutoStartup(boolean) - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.core.BeanFactoryMessageChannelDestinationResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
 
setBeanName(String) - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
setConfigurers(List<WebSocketMessageBrokerConfigurer>) - Method in class org.springframework.messaging.simp.config.DelegatingWebSocketMessageBrokerConfiguration
 
setContentLength(int) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setContentType(MimeType) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setContentType(MimeType) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
setContentTypeResolver(ContentTypeResolver) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Configure the ContentTypeResolver to use.
setContentTypeResolver(ContentTypeResolver) - Method in class org.springframework.messaging.support.converter.CompositeMessageConverter
 
setConversionService(ConversionService) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
Configure a ConversionService to use when resolving method arguments, for example message header values.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Sets the list of custom HandlerMethodArgumentResolvers that will be used after resolvers for supported argument type.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Set the list of custom HandlerMethodReturnValueHandlers that will be used after return value handlers for known types.
setDefaultDestination(D) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
 
setDefaultMimeType(MimeType) - Method in class org.springframework.messaging.support.converter.DefaultContentTypeResolver
Set the default MIME type to use, if the message headers don't have one.
setDefaultProtocolHandler(SubProtocolHandler) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
Set the SubProtocolHandler to use when the client did not request a sub-protocol.
setDestination(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
setDestination(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setDestinationPrefix(String) - Method in class org.springframework.messaging.simp.handler.UserDestinationMessageHandler
The default prefix is "/user".
setDestinationPrefixes(Collection<String>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Configure one or more prefixes to match to the destinations of handled messages.
setDestinationResolver(DestinationResolver<D>) - Method in class org.springframework.messaging.core.AbstractDestinationResolvingMessagingTemplate
 
setErrorChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageBuilder
 
setErrorChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
setErrorChannelName(String) - Method in class org.springframework.messaging.support.MessageBuilder
 
setErrorChannelName(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
setFailedMessage(Message<?>) - Method in exception org.springframework.messaging.MessagingException
 
setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.messaging.simp.config.AbstractStompEndpointRegistration
Provide a custom or pre-configured HandshakeHandler.
setHandshakeHandler(HandshakeHandler) - Method in interface org.springframework.messaging.simp.config.StompEndpointRegistration
Configure the HandshakeHandler to use.
setHeader(String, Object) - Method in class org.springframework.messaging.support.MessageBuilder
Set the value for the given header name.
setHeader(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Set the value for the given header name.
setHeaderIfAbsent(String, Object) - Method in class org.springframework.messaging.support.MessageBuilder
Set the value for the given header name only if the header name is not already associated with a value.
setHeaderIfAbsent(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Set the value for the given header name only if the header name is not already associated with a value.
setHeaders(MessageHeaderAccessor) - Method in class org.springframework.messaging.support.MessageBuilder
Set the message headers.
setHeartbeat(long, long) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setHost(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
Set the list of channel interceptors.
setLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setMessage(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.core.AbstractMessageSendingTemplate
Set the MessageConverter that is to be used to convert between Messages and objects for this template.
setMessageConverter(MessageConverter) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
Configure a MessageConverter to use to convert the payload of a message from serialize form with a specific MIME type to an Object matching the target method parameter.
setMessageId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setMessageMethodArgumentResolvers(HandlerMethodArgumentResolverComposite) - Method in class org.springframework.messaging.handler.method.InvocableHandlerMethod
Set HandlerMethodArgumentResolvers to use to use for resolving method argument values.
setMessageTypeIfNotSet(SimpMessageType) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
setNack(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setNativeHeader(String, String) - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Set the specified native header value.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.messaging.handler.method.InvocableHandlerMethod
Set the ParameterNameDiscoverer for resolving parameter names when needed (e.g.
setPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setPathMatcher(AntPathMatcher) - Method in class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
setPathMatcher(PathMatcher) - Method in class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
Set the PathMatcher implementation to use for matching destinations against configured destination patterns.
setPrettyPrint(boolean) - Method in class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
Whether to use the DefaultPrettyPrinter when writing JSON.
setProtocolHandlers(List<SubProtocolHandler>) - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
Configure one or more handlers to use depending on the sub-protocol requested by the client in the WebSocket handshake request.
setReceipt(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setReceiptId(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setReceiveTimeout(long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
Specify the timeout value to use for receive operations.
setRelayHost(String) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
Set the STOMP message broker host.
setRelayHost(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
Set the STOMP message broker host.
setRelayPort(int) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
Set the STOMP message broker port.
setRelayPort(int) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
Set the STOMP message broker port.
setReplyChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageBuilder
 
setReplyChannel(MessageChannel) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
setReplyChannelName(String) - Method in class org.springframework.messaging.support.MessageBuilder
 
setReplyChannelName(String) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 
setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class org.springframework.messaging.handler.method.AbstractMethodMessageHandler
Configure the complete list of supported return value types effectively overriding the ones configured by default.
setSendTimeout(long) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
Specify the timeout value to use for send operations.
setSendTimeout(long) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
Specify the timeout value to use for send operations.
setSerializedPayloadClass(Class<?>) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Configure the preferred serialization class to use (byte[] or String) when converting an Object payload to a Message.
setSessionId(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
setSubscriptionId(String) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
setSubscriptionRegistry(SubscriptionRegistry) - Method in class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
setSystemHeartbeatReceiveInterval(long) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
Set the maximum interval, in milliseconds, at which the "system" relay session expects, in the absence of any other data, to receive a heartbeat from the STOMP broker.
setSystemHeartbeatReceiveInterval(long) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
Set the maximum interval, in milliseconds, at which the "system" connection expects, in the absence of any other data, to receive a heartbeat from the STOMP broker.
setSystemHeartbeatSendInterval(long) - Method in class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
Set the interval, in milliseconds, at which the "system" relay session will, in the absence of any other data being sent, send a heartbeat to the STOMP broker.
setSystemHeartbeatSendInterval(long) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
Set the interval, in milliseconds, at which the "system" connection will, in the absence of any other data being sent, send a heartbeat to the STOMP broker.
setSystemLogin(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
Set the login for the "system" connection used to send messages to the STOMP broker without having a client session (e.g.
setSystemPasscode(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
Set the passcode for the "system" connection used to send messages to the STOMP broker without having a client session (e.g.
setThrowExceptionOnLateReply(boolean) - Method in class org.springframework.messaging.core.GenericMessagingTemplate
Specify whether or not an attempt to send on the reply channel throws an exception if no receiving thread will actually receive the reply.
setUser(Principal) - Method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
setUserDestinationPrefix(String) - Method in class org.springframework.messaging.simp.SimpMessagingTemplate
Configure the prefix to use for destinations targeting a specific user.
setUserQueueSuffixResolver(MutableUserQueueSuffixResolver) - Method in class org.springframework.messaging.simp.stomp.StompProtocolHandler
Configure a resolver to use to maintain queue suffixes for user
setVersion(String) - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
setVirtualHost(String) - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
Set the value of the "host" header to use in STOMP CONNECT frames.
shutdown() - Method in class org.springframework.messaging.support.tcp.ReactorNettyTcpClient
 
shutdown() - Method in interface org.springframework.messaging.support.tcp.TcpOperations
Shut down and close any open connections.
SimpAnnotationMethodMessageHandler - Class in org.springframework.messaging.simp.handler
A handler for messages delegating to @SubscribeEvent and @MessageMapping annotated methods.
SimpAnnotationMethodMessageHandler(SimpMessageSendingOperations, MessageChannel) - Constructor for class org.springframework.messaging.simp.handler.SimpAnnotationMethodMessageHandler
 
simpleBrokerMessageHandler() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
SimpleBrokerMessageHandler - Class in org.springframework.messaging.simp.handler
 
SimpleBrokerMessageHandler(MessageChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
SimpleBrokerRegistration - Class in org.springframework.messaging.simp.config
A simple message broker alternative providing a simple getting started option.
SimpleBrokerRegistration(MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.SimpleBrokerRegistration
 
SimpleMessageConverter - Class in org.springframework.messaging.support.converter
A simple converter that simply unwraps the message payload as long as it matches the expected target class.
SimpleMessageConverter() - Constructor for class org.springframework.messaging.support.converter.SimpleMessageConverter
 
SimpleUserQueueSuffixResolver - Class in org.springframework.messaging.simp.handler
 
SimpleUserQueueSuffixResolver() - Constructor for class org.springframework.messaging.simp.handler.SimpleUserQueueSuffixResolver
 
simpMessageConverter() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
SimpMessageHeaderAccessor - Class in org.springframework.messaging.simp
A base class for working with message headers in simple messaging protocols that support basic messaging patterns.
SimpMessageHeaderAccessor(SimpMessageType, Map<String, List<String>>) - Constructor for class org.springframework.messaging.simp.SimpMessageHeaderAccessor
A constructor for creating new message headers.
SimpMessageHeaderAccessor(Message<?>) - Constructor for class org.springframework.messaging.simp.SimpMessageHeaderAccessor
A constructor for accessing and modifying existing message headers.
SimpMessageMappingInfo - Class in org.springframework.messaging.simp.handler
Encapsulates the following request mapping conditions: SimpMessageTypeMessageCondition DestinationPatternsMessageCondition
SimpMessageMappingInfo(SimpMessageTypeMessageCondition, DestinationPatternsMessageCondition) - Constructor for class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
SimpMessageSendingOperations - Interface in org.springframework.messaging.simp
A specialization of MessageSendingOperations with methods for use with the Spring Framework support for simple messaging protocols (like STOMP).
SimpMessageType - Enum in org.springframework.messaging.simp
A generic representation of different kinds of messages found in simple messaging protocols like STOMP.
SimpMessageTypeMessageCondition - Class in org.springframework.messaging.simp.handler
A message condition that checks the message type.
SimpMessageTypeMessageCondition() - Constructor for class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
A constructor accepting a message type.
SimpMessageTypeMessageCondition(SimpMessageType) - Constructor for class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
A constructor accepting a message type.
SimpMessagingTemplate - Class in org.springframework.messaging.simp
A specialization of AbstractMessageSendingTemplate that adds String-based destinations as a message header.
SimpMessagingTemplate(MessageChannel) - Constructor for class org.springframework.messaging.simp.SimpMessagingTemplate
 
size() - Method in class org.springframework.messaging.MessageHeaders
 
start() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
startInternal() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
startInternal() - Method in class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
startInternal() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
STOMP_ACCEPT_VERSION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_ACK_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_CONTENT_LENGTH_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_CONTENT_TYPE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_DESTINATION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_HEARTBEAT_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_HOST_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_LOGIN_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_MESSAGE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_MESSAGE_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_NACK_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_PASSCODE_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_RECEIPT_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_RECEIPT_ID_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_SUBSCRIPTION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
STOMP_VERSION_HEADER - Static variable in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
stompBrokerRelayMessageHandler() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
StompBrokerRelayMessageHandler - Class in org.springframework.messaging.simp.stomp
A MessageHandler that handles messages by forwarding them to a STOMP broker.
StompBrokerRelayMessageHandler(MessageChannel, Collection<String>) - Constructor for class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
StompBrokerRelayRegistration - Class in org.springframework.messaging.simp.config
A helper class for configuring a relay to an external STOMP message broker.
StompBrokerRelayRegistration(MessageChannel, String[]) - Constructor for class org.springframework.messaging.simp.config.StompBrokerRelayRegistration
 
StompCodec - Class in org.springframework.messaging.simp.stomp
A Reactor TCP Codec for sending and receiving STOMP messages
StompCodec() - Constructor for class org.springframework.messaging.simp.stomp.StompCodec
 
StompCommand - Enum in org.springframework.messaging.simp.stomp
 
StompConversionException - Exception in org.springframework.messaging.simp.stomp
 
StompConversionException(String, Throwable) - Constructor for exception org.springframework.messaging.simp.stomp.StompConversionException
 
StompConversionException(String) - Constructor for exception org.springframework.messaging.simp.stomp.StompConversionException
 
StompDecoder - Class in org.springframework.messaging.simp.stomp
A decoder for STOMP frames.
StompDecoder() - Constructor for class org.springframework.messaging.simp.stomp.StompDecoder
 
StompEncoder - Class in org.springframework.messaging.simp.stomp
An encoder for STOMP frames.
StompEncoder() - Constructor for class org.springframework.messaging.simp.stomp.StompEncoder
 
StompEndpointRegistration - Interface in org.springframework.messaging.simp.config
Provides methods for configuring a STOMP protocol handler including enabling SockJS fallback options.
StompEndpointRegistry - Interface in org.springframework.messaging.simp.config
Provides methods for configuring STOMP protocol handlers at specific URL paths.
StompHeaderAccessor - Class in org.springframework.messaging.simp.stomp
Can be used to prepare headers for a new STOMP message, or to access and/or modify STOMP-specific headers of an existing message.
StompProtocolHandler - Class in org.springframework.messaging.simp.stomp
A SubProtocolHandler for STOMP that supports versions 1.0, 1.1, and 1.2 of the STOMP specification.
StompProtocolHandler() - Constructor for class org.springframework.messaging.simp.stomp.StompProtocolHandler
 
stop() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
stop(Runnable) - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
stopInternal() - Method in class org.springframework.messaging.simp.handler.AbstractBrokerMessageHandler
 
stopInternal() - Method in class org.springframework.messaging.simp.handler.SimpleBrokerMessageHandler
 
stopInternal() - Method in class org.springframework.messaging.simp.stomp.StompBrokerRelayMessageHandler
 
StringMessageConverter - Class in org.springframework.messaging.support.converter
A MessageConverter that supports MIME type "text/plain" with the payload converted to and from a String.
StringMessageConverter() - Constructor for class org.springframework.messaging.support.converter.StringMessageConverter
 
StringMessageConverter(Charset) - Constructor for class org.springframework.messaging.support.converter.StringMessageConverter
 
SubProtocolHandler - Interface in org.springframework.messaging.handler.websocket
A contract for handling WebSocket messages as part of a higher level protocol, referred to as "sub-protocol" in the WebSocket RFC specification.
SubProtocolWebSocketHandler - Class in org.springframework.messaging.handler.websocket
A WebSocketHandler that delegates messages to a SubProtocolHandler based on the sub-protocol value requested by the client through the Sec-WebSocket-Protocol request header A default handler can also be configured to use if the client does not request a specific sub-protocol.
SubProtocolWebSocketHandler(MessageChannel) - Constructor for class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
subProtocolWebSocketHandler() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
SubscribableChannel - Interface in org.springframework.messaging
Interface for any MessageChannel implementation that accepts subscribers.
SUBSCRIBE - Static variable in class org.springframework.messaging.simp.handler.SimpMessageTypeMessageCondition
 
subscribe(MessageHandler) - Method in interface org.springframework.messaging.SubscribableChannel
Register a MessageHandler as a subscriber to this channel.
subscribe(MessageHandler) - Method in class org.springframework.messaging.support.channel.AbstractSubscribableChannel
 
SubscribeEvent - Annotation Type in org.springframework.messaging.simp.annotation
Annotation for mapping subscription events onto specific handler methods based on the destination for the message (e.g.
subscribeInternal(MessageHandler) - Method in class org.springframework.messaging.support.channel.AbstractSubscribableChannel
Subscribe the given MessageHandler.
subscribeInternal(MessageHandler) - Method in class org.springframework.messaging.support.channel.ExecutorSubscribableChannel
 
SUBSCRIPTION_ID_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
SubscriptionMethodReturnValueHandler - Class in org.springframework.messaging.simp.annotation.support
A HandlerMethodReturnValueHandler for replying directly to a subscription.
SubscriptionMethodReturnValueHandler(MessageSendingOperations<String>) - Constructor for class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 
SubscriptionRegistry - Interface in org.springframework.messaging.simp.handler
A registry of subscription by session that allows looking up subscriptions.
supports(Class<?>) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
Whether the given class is supported by this converter.
supports(Class<?>) - Method in class org.springframework.messaging.support.converter.ByteArrayMessageConverter
 
supports(Class<?>) - Method in class org.springframework.messaging.support.converter.MappingJackson2MessageConverter
 
supports(Class<?>) - Method in class org.springframework.messaging.support.converter.StringMessageConverter
 
supportsMimeType(MessageHeaders) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
 
supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeaderMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.HeadersMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.MessageMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.PathVariableMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.annotation.support.PayloadArgumentResolver
 
supportsParameter(MethodParameter) - Method in interface org.springframework.messaging.handler.method.HandlerMethodArgumentResolver
Whether the given method parameter is supported by this resolver.
supportsParameter(MethodParameter) - Method in class org.springframework.messaging.handler.method.HandlerMethodArgumentResolverComposite
Whether the given method parameter is supported by any registered HandlerMethodArgumentResolver.
supportsParameter(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.PrincipalMethodArgumentResolver
 
supportsPartialMessages() - Method in class org.springframework.messaging.handler.websocket.SubProtocolWebSocketHandler
 
supportsReturnType(MethodParameter) - Method in interface org.springframework.messaging.handler.method.HandlerMethodReturnValueHandler
Whether the given method return type is supported by this handler.
supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.handler.method.HandlerMethodReturnValueHandlerComposite
 
supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
supportsReturnType(MethodParameter) - Method in class org.springframework.messaging.simp.annotation.support.SubscriptionMethodReturnValueHandler
 

T

TcpConnection<P> - Interface in org.springframework.messaging.support.tcp
A contract for sending messages and managing a TCP connection.
TcpConnectionHandler<P> - Interface in org.springframework.messaging.support.tcp
A contract for managing lifecycle events for a TCP connection including the handling of incoming messages.
TcpOperations<P> - Interface in org.springframework.messaging.support.tcp
A contract for establishing TCP connections.
TIMESTAMP - Static variable in class org.springframework.messaging.MessageHeaders
 
toMap() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
Return a header map including original, wrapped headers (if any) plus additional header updates made through accessor methods.
toMap() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
 
toMessage(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.AbstractMessageConverter
 
toMessage(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.CompositeMessageConverter
 
toMessage(Object, MessageHeaders) - Method in interface org.springframework.messaging.support.converter.MessageConverter
Create a Message whose payload is the result of converting the given payload Object to serialized form.
toMessage(Object, MessageHeaders) - Method in class org.springframework.messaging.support.converter.SimpleMessageConverter
 
toNativeHeaderMap() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Return STOMP headers including original, wrapped STOMP headers (if any) plus additional header updates made through accessor methods.
toNativeHeaderMap() - Method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Return a map with native headers including original, wrapped headers (if any) plus additional header updates made through accessor methods.
toStompHeaderMap() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
toString() - Method in class org.springframework.messaging.handler.condition.AbstractMessageCondition
 
toString() - Method in class org.springframework.messaging.handler.method.HandlerMethod
 
toString() - Method in class org.springframework.messaging.MessageHeaders
 
toString() - Method in class org.springframework.messaging.simp.annotation.support.SendToMethodReturnValueHandler
 
toString() - Method in class org.springframework.messaging.simp.BrokerAvailabilityEvent
 
toString() - Method in class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
toString() - Method in class org.springframework.messaging.simp.handler.SimpMessageMappingInfo
 
toString() - Method in class org.springframework.messaging.support.channel.AbstractMessageChannel
 
toString() - Method in class org.springframework.messaging.support.GenericMessage
 
toString() - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 

U

unregisterAllSubscriptions(String) - Method in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
unregisterAllSubscriptions(String) - Method in class org.springframework.messaging.simp.handler.DefaultSubscriptionRegistry
 
unregisterAllSubscriptions(String) - Method in interface org.springframework.messaging.simp.handler.SubscriptionRegistry
Remove all subscriptions associated with the given sessionId.
unregisterSubscription(Message<?>) - Method in class org.springframework.messaging.simp.handler.AbstractSubscriptionRegistry
 
unregisterSubscription(Message<?>) - Method in interface org.springframework.messaging.simp.handler.SubscriptionRegistry
Unregister a subscription.
unsubscribe(MessageHandler) - Method in interface org.springframework.messaging.SubscribableChannel
Remove a MessageHandler from the subscribers of this channel.
unsubscribe(MessageHandler) - Method in class org.springframework.messaging.support.channel.AbstractSubscribableChannel
 
unsubscribeInternal(MessageHandler) - Method in class org.springframework.messaging.support.channel.AbstractSubscribableChannel
Unsubscribe the given MessageHandler.
unsubscribeInternal(MessageHandler) - Method in class org.springframework.messaging.support.channel.ExecutorSubscribableChannel
 
updateStompCommandAsClientMessage() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
updateStompCommandAsServerMessage() - Method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
 
USER_HEADER - Static variable in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
 
userDestinationMessageHandler() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
UserDestinationMessageHandler - Class in org.springframework.messaging.simp.handler
Supports destinations prefixed with "/user/{username}", transforms the destination to a unique queue to which the user is subscribed, and then sends the message for further processing.
UserDestinationMessageHandler(MessageSendingOperations<String>, UserQueueSuffixResolver) - Constructor for class org.springframework.messaging.simp.handler.UserDestinationMessageHandler
 
userQueueSuffixResolver() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
UserQueueSuffixResolver - Interface in org.springframework.messaging.simp.handler
A strategy for resolving unique queue suffixes for a connected user.

V

ValueConstants - Interface in org.springframework.messaging.handler.annotation
Common annotation value constants.
valueOf(String) - Static method in enum org.springframework.messaging.simp.SimpMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.messaging.simp.stomp.StompCommand
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.messaging.MessageHeaders
 
values() - Static method in enum org.springframework.messaging.simp.SimpMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.messaging.simp.stomp.StompCommand
Returns an array containing the constants of this enum type, in the order they are declared.
verifyType(String, Object) - Method in class org.springframework.messaging.support.MessageHeaderAccessor
 

W

webSocketChannelExecutor() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
WebSocketMessageBrokerConfigurationSupport - Class in org.springframework.messaging.simp.config
Configuration support for broker-backed messaging over WebSocket using a higher-level messaging sub-protocol such as STOMP.
WebSocketMessageBrokerConfigurationSupport() - Constructor for class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
WebSocketMessageBrokerConfigurer - Interface in org.springframework.messaging.simp.config
Defines callback methods to configure broker-backed messaging over WebSocket via @EnableWebSocketMessageBroker.
webSocketRequestChannel() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
webSocketResponseChannel() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
 
withPayload(T) - Static method in class org.springframework.messaging.support.MessageBuilder
Create a builder for a new Message instance with the provided payload.
withSockJS() - Method in class org.springframework.messaging.simp.config.AbstractStompEndpointRegistration
Enable SockJS fallback options.
withSockJS() - Method in interface org.springframework.messaging.simp.config.StompEndpointRegistration
Enable SockJS fallback options.
wrap(Message<?>) - Static method in class org.springframework.messaging.simp.SimpMessageHeaderAccessor
Create SimpMessageHeaderAccessor from the headers of an existing message.
wrap(Message<?>) - Static method in class org.springframework.messaging.simp.stomp.StompHeaderAccessor
Create StompHeaderAccessor from the headers of an existing Message.
wrap(Message<?>) - Static method in class org.springframework.messaging.support.NativeMessageHeaderAccessor
Create NativeMessageHeaderAccessor from the headers of an existing message.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
spring-messaging