spring-framework / org.springframework.web.reactive.socket.server.upgrade / UndertowRequestUpgradeStrategy

UndertowRequestUpgradeStrategy

open class UndertowRequestUpgradeStrategy : RequestUpgradeStrategy

A RequestUpgradeStrategy for use with Undertow.

Author
Violeta Georgieva

Since
5.0

Constructors

<init>

UndertowRequestUpgradeStrategy()

A RequestUpgradeStrategy for use with Undertow.

Functions

upgrade

open fun upgrade(exchange: ServerWebExchange, handler: WebSocketHandler, subProtocol: String): Mono<Void>