Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TWSServer ¶
type TWSServer struct {
MaxConnNum int // 最大连接数
HTTPTimeOut time.Duration
OnRun func(*conn.TConnection) // 自处理循环回调
OnRead func(*conn.TData) // 读取回调(buf, 包长, sessionid)
OnClientConnect func(*conn.TConnection) // 客户端连接上来了
OnClientDisconnect func(*conn.TConnection) // 客户端断开了
// contains filtered or unexported fields
}
TWSServer websocket服务器类
Click to show internal directories.
Click to hide internal directories.