Interface ConnectionHandlingStompSession
- All Superinterfaces:
- StompSession,- StompTcpConnectionHandler<byte[]>,- TcpConnectionHandler<byte[]>
- All Known Implementing Classes:
- DefaultStompSession
public interface ConnectionHandlingStompSession
extends StompSession, StompTcpConnectionHandler<byte[]>
A 
StompSession that implements
 TcpConnectionHandler in order to send and receive messages.
 A ConnectionHandlingStompSession can be used with any TCP or WebSocket
 library that is adapted to the TcpConnectionHandler contract.
- Since:
- 4.2
- Author:
- Rossen Stoyanchev
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.springframework.messaging.simp.stomp.StompSessionStompSession.Receiptable, StompSession.Subscription
- 
Method SummaryModifier and TypeMethodDescriptionReturn a future that will complete when the session is ready for use.Methods inherited from interface org.springframework.messaging.simp.stomp.StompSessionacknowledge, acknowledge, disconnect, disconnect, getSessionId, isConnected, send, send, setAutoReceipt, subscribe, subscribeMethods inherited from interface org.springframework.messaging.simp.stomp.StompTcpConnectionHandlergetConnectHeaders, getSessionIdMethods inherited from interface org.springframework.messaging.tcp.TcpConnectionHandlerafterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessage
- 
Method Details- 
getSessionFutureListenableFuture<StompSession> getSessionFuture()Return a future that will complete when the session is ready for use.
 
-