Class VertxRequestUpgradeStrategy

  • All Implemented Interfaces:
    org.springframework.web.reactive.socket.server.RequestUpgradeStrategy

    public class VertxRequestUpgradeStrategy
    extends java.lang.Object
    implements org.springframework.web.reactive.socket.server.RequestUpgradeStrategy
    • Method Summary

      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> upgrade​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.reactive.socket.WebSocketHandler handler, java.lang.String subProtocol, java.util.function.Supplier<org.springframework.web.reactive.socket.HandshakeInfo> handshakeInfoFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.web.reactive.socket.server.RequestUpgradeStrategy

        upgrade
    • Constructor Detail

      • VertxRequestUpgradeStrategy

        public VertxRequestUpgradeStrategy()
    • Method Detail

      • upgrade

        public reactor.core.publisher.Mono<java.lang.Void> upgrade​(org.springframework.web.server.ServerWebExchange exchange,
                                                                   org.springframework.web.reactive.socket.WebSocketHandler handler,
                                                                   @Nullable
                                                                   java.lang.String subProtocol,
                                                                   java.util.function.Supplier<org.springframework.web.reactive.socket.HandshakeInfo> handshakeInfoFactory)
        Specified by:
        upgrade in interface org.springframework.web.reactive.socket.server.RequestUpgradeStrategy