RemoteAddr returns the remote address for this connection.
()
| 80 | |
| 81 | // RemoteAddr returns the remote address for this connection. |
| 82 | RemoteAddr() net.Addr |
| 83 | |
| 84 | // LocalAddr returns the local address for this connection. |
| 85 | LocalAddr() net.Addr |
no outgoing calls
no test coverage detected