Interface StompTcpConnectionHandler<P>
- Type Parameters:
- P- the type of payload for inbound and outbound messages
- All Superinterfaces:
- TcpConnectionHandler<P>
- All Known Subinterfaces:
- ConnectionHandlingStompSession
- All Known Implementing Classes:
- DefaultStompSession
A 
TcpConnectionHandler for use with STOMP connections, exposing
 further information about the connection.- Since:
- 5.3
- Author:
- Rossen Stoyanchev
- 
Method SummaryModifier and TypeMethodDescriptionReturn the headers that will be sent in the STOMP CONNECT frame.Return thesessionIdassociated with the STOMP connection.Methods inherited from interface org.springframework.messaging.tcp.TcpConnectionHandlerafterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessage
- 
Method Details- 
getSessionIdString getSessionId()Return thesessionIdassociated with the STOMP connection.
- 
getConnectHeadersStompHeaderAccessor getConnectHeaders()Return the headers that will be sent in the STOMP CONNECT frame.
 
-