setStreamHandlerMatch abstract method
SetStreamHandlerMatch sets the protocol handler on the Host's Mux using a matching function for protocol selection.
Implementation
void setStreamHandlerMatch(ProtocolID pid, bool Function(ProtocolID) match, StreamHandler handler);