Handle handles the given socket.
(c net.Conn)
| 260 | type handler interface { |
| 261 | // Handle handles the given socket. |
| 262 | Handle(c net.Conn) |
| 263 | |
| 264 | // ReachableOn returns the IP addresses this handler is reachable on. |
| 265 | ReachableOn() []netip.Addr |
no outgoing calls