クラス 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
- 関連事項:
フィールド概要
クラス AbstractStompSessionManager から継承されたフィールド
logger, stompClientインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクターコンストラクター説明WebSocketStompSessionManager(WebSocketStompClient webSocketStompClient, StringSE url, ObjectSE... uriVariables) 方法の概要
修飾子と型メソッド説明protected CompletableFutureSE<StompSession> doConnect(StompSessionHandler handler) voidsetHandshakeHeaders(WebSocketHttpHeaders handshakeHeaders) クラス AbstractStompSessionManager から継承されたメソッド
connect, destroy, disconnect, getConnectHeaders, getPhase, getRecoveryInterval, isAutoReceiptEnabled, isAutoStartup, isConnected, isRunning, setApplicationEventPublisher, setAutoReceipt, setAutoStartup, setBeanName, setConnectHeaders, setPhase, setRecoveryInterval, start, stop, toStringクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSEインターフェース SmartLifecycle から継承されたメソッド
isPauseable, stop
コンストラクターの詳細
WebSocketStompSessionManager
public WebSocketStompSessionManager(WebSocketStompClient webSocketStompClient, StringSE url, ObjectSE... uriVariables)
方法の詳細
setHandshakeHeaders
doConnect
- 次で指定:
- クラス
AbstractStompSessionManagerのdoConnect