MCPcopy
hub / github.com/aceld/zinx / RemoteAddr

Method RemoteAddr

znet/ws_connection.go:341–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339}
340
341func (c *WsConnection) RemoteAddr() net.Addr {
342 return c.conn.RemoteAddr()
343}
344
345func (c *WsConnection) LocalAddr() net.Addr {
346 return c.conn.LocalAddr()

Callers 2

StartWriterMethod · 0.95
StartReaderMethod · 0.95

Calls 1

RemoteAddrMethod · 0.65

Tested by

no test coverage detected