RemoteAddr returns the net.Addr of the client side of the connection.
()
| 27 | |
| 28 | // RemoteAddr returns the net.Addr of the client side of the connection. |
| 29 | RemoteAddr() net.Addr |
| 30 | |
| 31 | // LocalAddr returns the net.Addr of the server side of the connection. |
| 32 | LocalAddr() net.Addr |