Class BinaryWebSocketHandler

java.lang.Object
org.springframework.web.socket.handler.AbstractWebSocketHandler
org.springframework.web.socket.handler.BinaryWebSocketHandler
All Implemented Interfaces:
WebSocketHandler

public class BinaryWebSocketHandler extends AbstractWebSocketHandler
A convenient base class for WebSocketHandler implementations that process binary messages only.

Text messages are rejected with CloseStatus.NOT_ACCEPTABLE. All other methods have empty implementations.

Since:
4.0
Author:
Rossen Stoyanchev, Phillip Webb