Enum クラスの使用箇所
org.springframework.messaging.simp.stomp.StompCommand
StompCommand を使用するパッケージ
org.springframework.messaging.simp.stomp 内の StompCommand 使用
修飾子と型メソッド説明StompHeaderAccessor.getCommand()STOMP コマンドを返すか、まだ設定されていない場合はnullを返します。static StompCommandStompHeaderAccessor.getCommand(MapSE<StringSE, ObjectSE> headers) 指定されたヘッダーから STOMP コマンドを返します。設定されていない場合はnullを返します。StompHeaderAccessor.updateStompCommandAsClientMessage()static StompCommand指定された名前でこのクラスの列挙型定数を返します。static StompCommand[]StompCommand.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 StompCommand のパラメーターを持つ org.springframework.messaging.simp.stomp のメソッド修飾子と型メソッド説明static StompHeaderAccessorStompHeaderAccessor.create(StompCommand command) 指定された STOMP コマンドのインスタンスを作成します。static StompHeaderAccessor指定された STOMP コマンドとヘッダーのインスタンスを作成します。voidStompSessionHandler.handleException(StompSession session, StompCommand command, StompHeaders headers, byte[] payload, ThrowableSE exception) ペイロードの変換の失敗やアプリケーションStompFrameHandlerの未処理の例外など、STOMP フレームの処理中に発生した例外を処理します。voidStompSessionHandlerAdapter.handleException(StompSession session, StompCommand command, StompHeaders headers, byte[] payload, ThrowableSE exception) この実装は空です。