public interface ConnectionHandlingStompSession extends StompSession, TcpConnectionHandler<byte[]>
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.
StompSession.Receiptable, StompSession.Subscription
Modifier and Type | Method and Description |
---|---|
org.springframework.util.concurrent.ListenableFuture<StompSession> |
getSessionFuture()
Return a future that will complete when the session is ready for use.
|
acknowledge, acknowledge, disconnect, getSessionId, isConnected, send, send, setAutoReceipt, subscribe, subscribe
afterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessage
org.springframework.util.concurrent.ListenableFuture<StompSession> getSessionFuture()