Class ClientStompEncoder
java.lang.Object
org.springframework.messaging.simp.stomp.StompEncoder
org.springframework.integration.websocket.support.ClientStompEncoder
A
StompEncoder
extension to prepare a message for sending/receiving
before/after encoding/decoding when used from WebSockets client side.
For example it updates the stompCommand
header from the MESSAGE
to SEND
frame, which is the case of
StompSubProtocolHandler
.- Since:
- 4.3.13
- Author:
- Artem Bilan, Gary Russell
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.messaging.simp.stomp.StompEncoder
encode
-
Constructor Details
-
ClientStompEncoder
public ClientStompEncoder()
-
-
Method Details
-
encode
- Overrides:
encode
in classStompEncoder
-