spring-framework / org.springframework.web.socket.handler / TextWebSocketHandler / <init>

<init>

TextWebSocketHandler()

A convenient base class for WebSocketHandler implementations that process text messages only.

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

Author
Rossen Stoyanchev

Author
Phillip Webb

Since
4.0