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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.vertx.core.http.ServerWebSocket sw) voidsubProtocolCapable(io.vertx.core.http.HttpServerRequest req)
-
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:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>
-