| パッケージ | 説明 |
|---|---|
| org.springframework.messaging.simp.config | より高いレベルのメッセージングプロトコルを使用した WebSocket メッセージングの構成サポート。 |
| org.springframework.messaging.simp.user | 「ユーザー」宛先へのメッセージの処理のサポート(つまり |
| org.springframework.web.socket.config.annotation | 設定クラスにおけるアノテーションベースの WebSocket 設定のサポート。 |
| org.springframework.web.socket.messaging | Spring のメッセージングモジュール用の WebSocket 統合。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected SimpUserRegistry | AbstractMessageBrokerConfiguration.createLocalUserRegistry() 使用すべきではありません。 |
protected abstract SimpUserRegistry | AbstractMessageBrokerConfiguration.createLocalUserRegistry(IntegerSE order) ローカルユーザーへのアクセスを提供するユーザーレジストリを作成します。 |
SimpUserRegistry | AbstractMessageBrokerConfiguration.userRegistry() |
| 修飾子と型 | クラスと説明 |
|---|---|
class | MultiServerUserRegistry 「ローカル」ユーザーレジストリと「リモート」ユーザーレジストリのセットでユーザーを検索する SimpUserRegistry。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
SimpUserRegistry | DefaultUserDestinationResolver.getSimpUserRegistry() 設定された SimpUserRegistry を返します。 |
| コンストラクターと説明 |
|---|
DefaultUserDestinationResolver(SimpUserRegistry userRegistry) 提供されたレジストリを介してユーザーセッション ID 情報にアクセスするインスタンスを作成します。 |
MultiServerUserRegistry(SimpUserRegistry localRegistry) ローカルユーザーレジストリをラップするインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected SimpUserRegistry | WebSocketMessageBrokerConfigurationSupport.createLocalUserRegistry(IntegerSE order) |
| 修飾子と型 | クラスと説明 |
|---|---|
class | DefaultSimpUserRegistryAbstractSubProtocolEvent アプリケーションコンテキストイベントに依存して、接続ユーザーとそのサブスクリプションを追跡する SimpUserRegistry のデフォルト実装。 |