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
  • Constructor Details

    • UndertowWebSocketSession

      public UndertowWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, HandshakeInfo info, org.springframework.core.io.buffer.DataBufferFactory factory)
    • UndertowWebSocketSession

      public UndertowWebSocketSession(io.undertow.websockets.core.WebSocketChannel channel, HandshakeInfo info, org.springframework.core.io.buffer.DataBufferFactory factory, @Nullable reactor.core.publisher.Sinks.Empty<Void> completionSink)
  • Method Details