インターフェース ConnectionHandlingStompSession
- すべてのスーパーインターフェース:
StompSession、StompTcpConnectionHandler<byte[]>、TcpConnectionHandler<byte[]>
- すべての既知の実装クラス:
DefaultStompSession
public interface ConnectionHandlingStompSession
extends StompSession, StompTcpConnectionHandler<byte[]>
メッセージを送受信するために
TcpConnectionHandler を実装する StompSession。ConnectionHandlingStompSession は、TcpConnectionHandler 契約に適合した任意の TCP または WebSocket ライブラリで使用できます。
- 導入:
- 4.2
- 作成者:
- Rossen Stoyanchev
ネストされたクラスの要約
インターフェース org.springframework.messaging.simp.stomp.StompSession から継承されたネストクラス / インターフェース
StompSession.Receiptable, StompSession.Subscriptionメソッドのサマリー
インターフェース org.springframework.messaging.simp.stomp.StompSession から継承されたメソッド
acknowledge, acknowledge, disconnect, disconnect, getSessionId, isConnected, send, send, setAutoReceipt, subscribe, subscribeインターフェース org.springframework.messaging.simp.stomp.StompTcpConnectionHandler から継承されたメソッド
getConnectHeaders, getSessionIdインターフェース org.springframework.messaging.tcp.TcpConnectionHandler から継承されたメソッド
afterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessage
メソッドの詳細
getSessionFuture
使用すべきではありません。6.0 現在、getSession()を推奨セッションが使用可能になったときに完了するフューチャーを返します。getSession
CompletableFutureSE<StompSession> getSession()セッションが使用可能になったときに完了するフューチャーを返します。- 導入:
- 6.0
getSession()を推奨