OnNetworkConnection is called when a new network connection is opened. It must either return a NetworkConnectionHandler object or an error. In case of an error the network connection is closed.
(metadata.ConnectionMetadata)
| 29 | // OnNetworkConnection is called when a new network connection is opened. It must either return a |
| 30 | // NetworkConnectionHandler object or an error. In case of an error the network connection is closed. |
| 31 | OnNetworkConnection(metadata.ConnectionMetadata) (NetworkConnectionHandler, metadata.ConnectionMetadata, error) |
| 32 | } |
| 33 | |
| 34 | // AuthResponse is the result of the authentication process. |
no outgoing calls