程序包 cool.scx.ext.ws
类 WSOnlineClientTable
java.lang.Object
cool.scx.ext.ws.WSOnlineClientTable
WSOnlineClientTable class.
- 版本:
- 1.15.0
- 作者:
- scx567888
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidadd(io.vertx.core.http.ServerWebSocket... sockets) io.vertx.core.http.ServerWebSocketCollection<io.vertx.core.http.ServerWebSocket>io.vertx.core.http.ServerWebSocketremove(io.vertx.core.http.ServerWebSocket webSocket) io.vertx.core.http.ServerWebSocketintsize()size.
-
构造器详细资料
-
WSOnlineClientTable
public WSOnlineClientTable()
-
-
方法详细资料
-
add
public void add(io.vertx.core.http.ServerWebSocket... sockets) -
remove
-
remove
public io.vertx.core.http.ServerWebSocket remove(io.vertx.core.http.ServerWebSocket webSocket) -
get
-
onlineClients
-
size
public int size()size.
- 返回:
- a int
-