Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ GetConnMgr
Method
GetConnMgr
ziface/iserver.go:31–31 ·
view source on GitHub ↗
Get connection management (得到连接管理)
()
Source
from the content-addressed store, hash-verified
29
30
// Get connection management (得到连接管理)
31
GetConnMgr() IConnManager
32
33
// Set Hook function when the connection is created for the Server (设置该Server的连接创建时Hook函数)
34
SetOnConnStart(
func
(IConnection))
Callers
3
newKcpServerConn
Function · 0.65
newWebsocketConn
Function · 0.65
newServerConn
Function · 0.65
Implementers
1
Server
znet/server.go
Calls
no outgoing calls
Tested by
no test coverage detected