This commit is contained in:
地平线
2015-08-19 16:20:53 +08:00
parent cd185a3372
commit a7a10bdab9

View File

@@ -54,6 +54,10 @@ public final class WebSocketGroup {
return list.isEmpty(); return list.isEmpty();
} }
public final int size() {
return list.size();
}
/** /**
* 最近发送消息的WebSocket * 最近发送消息的WebSocket
* <p> * <p>