public class WebSocketServerBaseHandler extends java.lang.Object implements io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>
Modifier and Type | Field and Description |
---|---|
protected WebViewServer |
_server |
Constructor and Description |
---|
WebSocketServerBaseHandler(WebViewServer server) |
Modifier and Type | Method and Description |
---|---|
void |
handle(io.vertx.core.http.ServerWebSocket socket) |
protected WebViewServer _server
public WebSocketServerBaseHandler(WebViewServer server)
public void handle(io.vertx.core.http.ServerWebSocket socket)
handle
in interface io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>