程序包 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) Collection<io.vertx.core.http.ServerWebSocket> booleanremove(io.vertx.core.http.ServerWebSocket webSocket) intsize()size.
-
构造器详细资料
-
WSOnlineClientTable
public WSOnlineClientTable()
-
-
方法详细资料
-
add
public void add(io.vertx.core.http.ServerWebSocket sockets) -
remove
public boolean remove(io.vertx.core.http.ServerWebSocket webSocket) -
onlineClients
-
size
public int size()size.
- 返回:
- a int
-