Class VxWebSocketHandlerImpl

java.lang.Object
org.noear.solon.server.vertx.websocket.VxWebSocketHandlerImpl
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>

public class VxWebSocketHandlerImpl extends Object implements io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>
Since:
3.0
Author:
noear
  • Constructor Details

    • VxWebSocketHandlerImpl

      public VxWebSocketHandlerImpl()
  • Method Details

    • subProtocolCapable

      public void subProtocolCapable(io.vertx.core.http.HttpServerRequest req)
    • handle

      public void handle(io.vertx.core.http.ServerWebSocket sw)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>