protocols abstract method

Future<List<ProtocolID>> protocols()

Protocols returns a list of all registered protocol ID strings. Note that the Router may be able to handle protocol IDs not included in this list if handlers were added with match functions using AddHandlerWithFunc.

Implementation

Future<List<ProtocolID>> protocols();