クラス WebSocketStompSessionManager
java.lang.ObjectSE
org.springframework.integration.stomp.AbstractStompSessionManager
org.springframework.integration.stomp.WebSocketStompSessionManager
- 実装されているすべてのインターフェース:
Aware
、BeanNameAware
、DisposableBean
、ApplicationEventPublisherAware
、Lifecycle
、Phased
、SmartLifecycle
、StompSessionManager
- 導入:
- 4.2
- 作成者:
- Artem Bilan, Sean Mills
- 関連事項:
フィールドのサマリー
クラス org.springframework.integration.stomp.AbstractStompSessionManager から継承されたフィールド
logger, stompClient
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクターコンストラクター説明WebSocketStompSessionManager
(WebSocketStompClient webSocketStompClient, StringSE url, ObjectSE... uriVariables) メソッドのサマリー
修飾子と型メソッド説明protected CompletableFutureSE
<StompSession> doConnect
(StompSessionHandler handler) void
setHandshakeHeaders
(WebSocketHttpHeaders handshakeHeaders) クラス org.springframework.integration.stomp.AbstractStompSessionManager から継承されたメソッド
connect, destroy, disconnect, getConnectHeaders, getPhase, getRecoveryInterval, isAutoReceiptEnabled, isAutoStartup, isConnected, isRunning, setApplicationEventPublisher, setAutoReceipt, setAutoStartup, setBeanName, setConnectHeaders, setPhase, setRecoveryInterval, start, stop, toString
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSE
インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
stop
コンストラクターの詳細
WebSocketStompSessionManager
public WebSocketStompSessionManager(WebSocketStompClient webSocketStompClient, StringSE url, ObjectSE... uriVariables)
メソッドの詳細
setHandshakeHeaders
doConnect
- 次で指定:
- クラス
AbstractStompSessionManager
のdoConnect