Class UndertowWebSocketSession

java.lang.Object
org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession<T>
org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession<io.undertow.websockets.core.WebSocketChannel>
org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession
All Implemented Interfaces:
Subscriber<Void>, WebSocketSession

public class UndertowWebSocketSession extends AbstractListenerWebSocketSession<io.undertow.websockets.core.WebSocketChannel>
Spring WebSocketSession implementation that adapts to an Undertow WebSocketChannel.
Since:
5.0
Author:
Violeta Georgieva, Rossen Stoyanchev