spring-framework / org.springframework.web.reactive.socket.adapter / UndertowWebSocketSession

UndertowWebSocketSession

open class UndertowWebSocketSession : AbstractListenerWebSocketSession<WebSocketChannel>

Spring WebSocketSession implementation that adapts to an Undertow io.undertow.websockets.core.WebSocketChannel.

Author
Violeta Georgieva

Author
Rossen Stoyanchev

Since
5.0

Constructors

<init>

UndertowWebSocketSession(channel: WebSocketChannel, info: HandshakeInfo, factory: DataBufferFactory)
UndertowWebSocketSession(channel: WebSocketChannel, info: HandshakeInfo, factory: DataBufferFactory, completionMono: MonoProcessor<Void>)

Functions

close

open fun close(status: CloseStatus): Mono<Void>