Name returns the handler name for logging and config.
()
| 32 | type Handler interface { |
| 33 | // Name returns the handler name for logging and config. |
| 34 | Name() string |
| 35 | |
| 36 | // OnConnect is called when a new connection is established (first packet with ClientHello). |
| 37 | // Handlers can: |
no outgoing calls