Get the message handler (获取消息处理器)
()
| 32 | GetConnIdStr() string // Get the current connection ID for string (获取当前字符串连接ID) |
| 33 | GetMsgHandler() IMsgHandle // Get the message handler (获取消息处理器) |
| 34 | GetWorkerID() uint32 // Get Worker ID(获取workerid) |
| 35 | RemoteAddr() net.Addr // Get the remote address information of the connection (获取连接远程地址信息) |
| 36 | LocalAddr() net.Addr // Get the local address information of the connection (获取连接本地地址信息) |
| 37 | LocalAddrString() string // Get the local address information of the connection as a string |
no outgoing calls
no test coverage detected