インターフェース ConnectionHandlingStompSession
- すべてのスーパーインターフェース:
StompSession, StompTcpConnectionHandler<byte[]>, TcpConnectionHandler<byte[]>
- すべての既知の実装クラス:
DefaultStompSession
public interface ConnectionHandlingStompSession
extends StompSession, StompTcpConnectionHandler<byte[]>
メッセージを送受信するために
TcpConnectionHandler を実装する StompSession。ConnectionHandlingStompSession は、TcpConnectionHandler 契約に適合した任意の TCP または WebSocket ライブラリで使用できます。
- 導入:
- 4.2
- 作成者:
- Rossen Stoyanchev
ネストされたクラスの要約
インターフェース StompSession から継承されたネストクラス / インターフェース
StompSession.Receiptable, StompSession.Subscription方法の概要
インターフェース StompSession から継承されたメソッド
acknowledge, acknowledge, disconnect, disconnect, getSessionId, isConnected, send, send, setAutoReceipt, subscribe, subscribeインターフェース StompTcpConnectionHandler から継承されたメソッド
getConnectHeaders, getSessionIdインターフェース TcpConnectionHandler から継承されたメソッド
afterConnected, afterConnectFailure, afterConnectionClosed, handleFailure, handleMessage
メソッドの詳細
getSession