supportsProtocols abstract method
SupportsProtocols returns the set of protocols the peer supports from among the given protocols. If the returned error is not null, the result is indeterminate.
Implementation
Future<List<ProtocolID>> supportsProtocols(PeerId id, List<ProtocolID> protocols);