インターフェース 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メソッドのサマリー
修飾子と型メソッド説明セッションが使用可能になったときに完了するフューチャーを返します。default ListenableFuture<StompSession>非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。インターフェース 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
@DeprecatedSE(since="6.0", forRemoval=true) default ListenableFuture<StompSession> getSessionFuture()非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。6.0 現在、getSession()を推奨セッションが使用可能になったときに完了するフューチャーを返します。getSession
CompletableFutureSE<StompSession> getSession()セッションが使用可能になったときに完了するフューチャーを返します。- 導入:
- 6.0
getSession()を推奨