package
0.0.0-20210409043839-7206f31f8b19
Repository: https://github.com/slive/gsfly.git
Documentation: pkg.go.dev

# Functions

ConverOnInActiveHandle 转化OnStopHandle方法.
NewClientConf 创建客户端配置 ip 地址 port 端口 reqPath 请求地址,可选.
NewClientSocket 创建客户端socketconn parent 父类 clientConf 客户端配置 chHandle handle inputParams 所需参数.
No description provided by the author
No description provided by the author
No description provided by the author
NewServerConf 创建服务端配置.
NewServerSocket 创建服务监听器 parent 父类 serverConf 服务端配置 chHandle handle.
NewSocket 创建socketconn parent 父类 chHandle handle inputParams 所需参数.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewWsServerConf 创建wsServer配置,要求至少有一个IServerChildConf配置.

# Constants

No description provided by the author
存放ws对应的subprotocol的key值,对应的值为一个string数组.

# Structs

ClientConf 客户端配置.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServerConf 服务配置.
ServerSocket 服务监听.
Socket socketconn通信.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

IClientConf 客户端配置接口.
IClientSocket 客户端conn.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IServerConf 服务端的配置接口.
IServerSocket 服务监听接口.
ISocket socket接口.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author