Get the local address information of the connection as a string
()
| 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 |
| 38 | RemoteAddrString() string // Get the remote address information of the connection as a string |
| 39 | |
| 40 | Send(data []byte) error // Send data directly to the remote TCP client (without buffering) |
| 41 | SendToQueue(data []byte, opts ...MsgSendOption) error // Send data to the message queue to be sent to the remote TCP client later |
no outgoing calls
no test coverage detected