Class PassThruSubProtocolHandler

java.lang.Object
org.springframework.integration.websocket.support.PassThruSubProtocolHandler
All Implemented Interfaces:
SubProtocolHandler

public class PassThruSubProtocolHandler extends Object implements SubProtocolHandler
The simple 'pass thru' SubProtocolHandler, when there is no interests in the WebSocket sub-protocols. This class just convert Message to the WebSocketMessage on 'send' part and vise versa - on 'receive' part.
Since:
4.1
Author:
Artem Bilan