Class WebSocketHeaderPropagationHandler

java.lang.Object
io.quarkus.websockets.next.runtime.WebSocketHeaderPropagationHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public final class WebSocketHeaderPropagationHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Filter used to propagate WebSocket subprotocols as the WebSocket opening handshake headers. This class is not part of public API and can change at any time.
  • Constructor Details

    • WebSocketHeaderPropagationHandler

      public WebSocketHeaderPropagationHandler()
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext routingContext)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>