public interface ConnectionHandlingStompSession extends StompSession, StompTcpConnectionHandler<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 | 
|---|---|
| ListenableFuture<StompSession> | getSessionFuture()Return a future that will complete when the session is ready for use. | 
acknowledge, acknowledge, disconnect, disconnect, getSessionId, isConnected, send, send, setAutoReceipt, subscribe, subscribegetConnectHeaders, getSessionIdafterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessageListenableFuture<StompSession> getSessionFuture()