addHandler abstract method
AddHandler registers the given handler to be invoked for an exact literal match of the given protocol ID string.
Implementation
void addHandler(ProtocolID protocol, HandlerFunc handler);
AddHandler registers the given handler to be invoked for an exact literal match of the given protocol ID string.
void addHandler(ProtocolID protocol, HandlerFunc handler);