Skip navigation links
A C D F G H I L M O P R S T W 

A

AbstractStompSessionManager - Class in org.springframework.integration.stomp
Base StompSessionManager implementation to manage a single StompSession over its ListenableFuture from the target implementation of this class.
AbstractStompSessionManager(StompClientSupport) - Constructor for class org.springframework.integration.stomp.AbstractStompSessionManager
 
ACK - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
addDestination(String...) - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
Add a destination (or destinations) to the subscribed list and subscribe it.

C

connect(StompSessionHandler) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
connect(StompSessionHandler) - Method in interface org.springframework.integration.stomp.StompSessionManager
 

D

DESTINATION - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
destroy() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
disconnect(StompSessionHandler) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
disconnect(StompSessionHandler) - Method in interface org.springframework.integration.stomp.StompSessionManager
 
doConnect(StompSessionHandler) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
doConnect(StompSessionHandler) - Method in class org.springframework.integration.stomp.ReactorNettyTcpStompSessionManager
 
doConnect(StompSessionHandler) - Method in class org.springframework.integration.stomp.WebSocketStompSessionManager
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.stomp.config.StompInboundChannelAdapterParser
 
doStart() - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
doStop() - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 

F

fromHeaders(MessageHeaders, StompHeaders) - Method in class org.springframework.integration.stomp.support.StompHeaderMapper
 

G

getComponentType() - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
getConnectHeaders() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
getDestination() - Method in class org.springframework.integration.stomp.event.StompReceiptEvent
 
getDestinations() - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
getMessage() - Method in class org.springframework.integration.stomp.event.StompReceiptEvent
 
getPhase() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
getReceiptId() - Method in class org.springframework.integration.stomp.event.StompReceiptEvent
 
getRecoveryInterval() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
getStompCommand() - Method in class org.springframework.integration.stomp.event.StompReceiptEvent
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
HEARTBEAT - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
HOST - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 

I

ID - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
init() - Method in class org.springframework.integration.stomp.config.StompNamespaceHandler
 
IntegrationStompHeaders - Class in org.springframework.integration.stomp.support
The STOMP headers with Integration-friendly stomp_ prefix.
IntegrationStompHeaders() - Constructor for class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
isAutoReceiptEnabled() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
isAutoReceiptEnabled() - Method in interface org.springframework.integration.stomp.StompSessionManager
 
isAutoStartup() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
isConnected() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
isConnected() - Method in interface org.springframework.integration.stomp.StompSessionManager
 
isLost() - Method in class org.springframework.integration.stomp.event.StompReceiptEvent
 
isRunning() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
isRunning() - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 

L

logger - Variable in class org.springframework.integration.stomp.AbstractStompSessionManager
 
LOGIN - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 

M

MESSAGE_ID - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 

O

onInit() - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
org.springframework.integration.stomp - package org.springframework.integration.stomp
Provides core classes STOMP components.
org.springframework.integration.stomp.config - package org.springframework.integration.stomp.config
Contains parser classes for the STOMP namespace support.
org.springframework.integration.stomp.event - package org.springframework.integration.stomp.event
 
org.springframework.integration.stomp.inbound - package org.springframework.integration.stomp.inbound
Provides classes which represent inbound STOMP components.
org.springframework.integration.stomp.outbound - package org.springframework.integration.stomp.outbound
Provides classes which represent outbound STOMP components.
org.springframework.integration.stomp.support - package org.springframework.integration.stomp.support
Provides classes to support STOMP components.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.stomp.config.StompOutboundChannelAdapterParser
 
PASSCODE - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
PREFIX - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 

R

ReactorNettyTcpStompSessionManager - Class in org.springframework.integration.stomp
The ReactorNettyTcpStompClient based AbstractStompSessionManager implementation.
ReactorNettyTcpStompSessionManager(ReactorNettyTcpStompClient) - Constructor for class org.springframework.integration.stomp.ReactorNettyTcpStompSessionManager
 
RECEIPT - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
RECEIPT_ID - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
removeDestination(String...) - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
Remove a destination (or destinations) from the subscribed list and unsubscribe it.

S

SERVER - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
SESSION - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
setAutoReceipt(boolean) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
setAutoStartup(boolean) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
setBeanName(String) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
setConnectHeaders(StompHeaders) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
setConnectTimeout(long) - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
Specify the the timeout in milliseconds to wait for the STOMP session establishment.
setDestination(String) - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
setDestinationExpression(Expression) - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
setHandshakeHeaders(WebSocketHttpHeaders) - Method in class org.springframework.integration.stomp.WebSocketStompSessionManager
 
setHeaderMapper(HeaderMapper<StompHeaders>) - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
setHeaderMapper(HeaderMapper<StompHeaders>) - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
setInboundHeaderNames(String[]) - Method in class org.springframework.integration.stomp.support.StompHeaderMapper
 
setIntegrationEvaluationContext(EvaluationContext) - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
setMessage(Message<?>) - Method in class org.springframework.integration.stomp.event.StompReceiptEvent
 
setOutboundHeaderNames(String[]) - Method in class org.springframework.integration.stomp.support.StompHeaderMapper
 
setPayloadType(Class<?>) - Method in class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
setPhase(int) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
setRecoveryInterval(int) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
Specify a reconnect interval in milliseconds in case of lost connection.
start() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
start() - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
STOMP_INBOUND_HEADER_NAME_PATTERN - Static variable in class org.springframework.integration.stomp.support.StompHeaderMapper
 
STOMP_OUTBOUND_HEADER_NAME_PATTERN - Static variable in class org.springframework.integration.stomp.support.StompHeaderMapper
 
stompClient - Variable in class org.springframework.integration.stomp.AbstractStompSessionManager
 
StompConnectionFailedEvent - Class in org.springframework.integration.stomp.event
The StompIntegrationEvent implementation for the failed connection exceptions.
StompConnectionFailedEvent(Object, Throwable) - Constructor for class org.springframework.integration.stomp.event.StompConnectionFailedEvent
 
StompExceptionEvent - Class in org.springframework.integration.stomp.event
The StompIntegrationEvent implementation for the exception from STOMP Adapters.
StompExceptionEvent(Object, Throwable) - Constructor for class org.springframework.integration.stomp.event.StompExceptionEvent
 
StompHeaderMapper - Class in org.springframework.integration.stomp.support
The STOMP HeaderMapper implementation.
StompHeaderMapper() - Constructor for class org.springframework.integration.stomp.support.StompHeaderMapper
 
StompInboundChannelAdapter - Class in org.springframework.integration.stomp.inbound
The MessageProducerSupport for STOMP protocol to handle STOMP frames from provided destination and send messages to the outputChannel.
StompInboundChannelAdapter(StompSessionManager, String...) - Constructor for class org.springframework.integration.stomp.inbound.StompInboundChannelAdapter
 
StompInboundChannelAdapterParser - Class in org.springframework.integration.stomp.config
The AbstractSingleBeanDefinitionParser implementation for the <stomp:inbound-channel-adapter/> element.
StompInboundChannelAdapterParser() - Constructor for class org.springframework.integration.stomp.config.StompInboundChannelAdapterParser
 
StompIntegrationEvent - Class in org.springframework.integration.stomp.event
Base class for all ApplicationEvents generated by the STOMP Adapters.
StompIntegrationEvent(Object) - Constructor for class org.springframework.integration.stomp.event.StompIntegrationEvent
 
StompIntegrationEvent(Object, Throwable) - Constructor for class org.springframework.integration.stomp.event.StompIntegrationEvent
 
StompMessageHandler - Class in org.springframework.integration.stomp.outbound
The AbstractMessageHandler implementation to send messages to STOMP destinations.
StompMessageHandler(StompSessionManager) - Constructor for class org.springframework.integration.stomp.outbound.StompMessageHandler
 
StompNamespaceHandler - Class in org.springframework.integration.stomp.config
 
StompNamespaceHandler() - Constructor for class org.springframework.integration.stomp.config.StompNamespaceHandler
 
StompOutboundChannelAdapterParser - Class in org.springframework.integration.stomp.config
The AbstractOutboundChannelAdapterParser implementation for the <stomp:outbound-channel-adapter/> element.
StompOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.stomp.config.StompOutboundChannelAdapterParser
 
StompReceiptEvent - Class in org.springframework.integration.stomp.event
The StompIntegrationEvent for the STOMP RECEIPT Frames or lost receipts.
StompReceiptEvent(Object, String, String, StompCommand, boolean) - Constructor for class org.springframework.integration.stomp.event.StompReceiptEvent
 
StompSessionConnectedEvent - Class in org.springframework.integration.stomp.event
The StompIntegrationEvent indicating the STOMP session establishment.
StompSessionConnectedEvent(Object) - Constructor for class org.springframework.integration.stomp.event.StompSessionConnectedEvent
 
StompSessionManager - Interface in org.springframework.integration.stomp
An abstraction to manage the STOMP Session and connection/disconnection for StompSessionHandler.
stop(Runnable) - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
stop() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
stop() - Method in class org.springframework.integration.stomp.outbound.StompMessageHandler
 
SUBSCRIPTION - Static variable in class org.springframework.integration.stomp.support.IntegrationStompHeaders
 

T

toHeaders(StompHeaders) - Method in class org.springframework.integration.stomp.support.StompHeaderMapper
 
toString() - Method in class org.springframework.integration.stomp.AbstractStompSessionManager
 
toString() - Method in class org.springframework.integration.stomp.event.StompReceiptEvent
 

W

WebSocketStompSessionManager - Class in org.springframework.integration.stomp
The WebSocketStompClient based AbstractStompSessionManager implementation.
WebSocketStompSessionManager(WebSocketStompClient, String, Object...) - Constructor for class org.springframework.integration.stomp.WebSocketStompSessionManager
 
A C D F G H I L M O P R S T W 
Skip navigation links