public interface ConnectionHandlingStompSession extends StompSession, TcpConnectionHandler<byte[]>
TcpConnectionHandler を実装する StompSession。ConnectionHandlingStompSession は、TcpConnectionHandler 契約に適合した任意の TCP または WebSocket ライブラリで使用できます。
StompSession.Receiptable, StompSession.Subscription| 修飾子と型 | メソッドと説明 |
|---|---|
ListenableFuture<StompSession> | getSessionFuture() セッションが使用可能になったときに完了するフューチャーを返します。 |
acknowledge, acknowledge, disconnect, disconnect, getSessionId, isConnected, send, send, setAutoReceipt, subscribe, subscribeafterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessageListenableFuture<StompSession> getSessionFuture()