- 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
-
- 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
-
- 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
-
- AnnotationExceptionHandlerMethodResolver(Class<?>) - Constructor for class org.springframework.messaging.handler.annotation.support.AnnotationExceptionHandlerMethodResolver
-
- annotationMethodMessageHandler() - Method in class org.springframework.messaging.simp.config.WebSocketMessageBrokerConfigurationSupport
-
- 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
-
- 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
-
- 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
-
- 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(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
-
- 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
-
- 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
-
- 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 HandlerMethodArgumentResolver
s 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 HandlerMethodReturnValueHandler
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-