GetHttpInfoPort return the port support info via http
()
| 168 | |
| 169 | //GetHttpInfoPort return the port support info via http |
| 170 | func (this *NetServer) GetHttpInfoPort() uint16 { |
| 171 | return this.base.GetHttpInfoPort() |
| 172 | } |
| 173 | |
| 174 | //GetRelay return whether net module can relay msg |
| 175 | func (this *NetServer) GetRelay() bool { |
nothing calls this directly
no test coverage detected