Class NettyWebSocketSessionSupport<T>

java.lang.Object
org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession<T>
org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport<T>
Type Parameters:
T - the native delegate type
All Implemented Interfaces:
WebSocketSession
Direct Known Subclasses:
ReactorNettyWebSocketSession

public abstract class NettyWebSocketSessionSupport<T> extends AbstractWebSocketSession<T>
Base class for Netty-based WebSocketSession adapters that provides convenience methods to convert Netty WebSocketFrames to and from WebSocketMessages.
Since:
5.0
Author:
Rossen Stoyanchev