| パッケージ | 説明 |
|---|---|
| org.springframework.messaging.simp.stomp | シンプルなメッセージングプロトコル(STOMP など)の一般的なサポート。 |
| org.springframework.web.socket.messaging | Spring のメッセージングモジュール用の WebSocket 統合。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StompDecoder | BufferingStompDecoder.getStompDecoder() ラップされた StompDecoder を返します。 |
| コンストラクターと説明 |
|---|
BufferingStompDecoder(StompDecoder stompDecoder, int bufferSizeLimit) 指定された StompDecoder をラップする新しい BufferingStompDecoder を作成します。 |
StompReactorNettyCodec(StompDecoder decoder) |
StompReactorNettyCodec(StompDecoder decoder, StompEncoder encoder) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | StompSubProtocolHandler.setDecoder(StompDecoder decoder)STOMP フレームをデコードするために StompDecoder を構成します。 |