类 CoreOnlineItem
java.lang.Object
cool.scx.ext.core.CoreOnlineItem
websocket 在线对象
todo 尝试和 login item 整合为一个对象
- 版本:
- 0.9.0
- 作者:
- scx567888
-
字段概要
字段 -
构造器概要
构造器构造器说明CoreOnlineItem(io.vertx.core.http.ServerWebSocket webSocket, Long userID) OnlineItem 初始化函数 username 可以为空 -
方法概要
-
字段详细资料
-
webSocket
public final io.vertx.core.http.ServerWebSocket webSocket连接 -
userID
此连接对应的用户名 当初始连接的时候 username 会为空 当登录成功时会通过websocket将认证成功的用户发送到服务的 这时才会对 username 进行赋值
-
-
构造器详细资料
-
CoreOnlineItem
OnlineItem 初始化函数 username 可以为空- 参数:
webSocket- webSocketuserID- userID
-
-
方法详细资料
-
send
sendText.
- 参数:
str- aStringobject
-