Function getResponder

  • This method is used to get a responder for the provided (optional) set of options.

    Ciao tries to create as few Responder instances as possible. Thus, it will share the same Responder instance for the same set of options.

    Parameters

    • Optional options: ResponderOptions

      If specified, the options will be passed to the underlying mdns server.

    Returns Responder

    A Responder instance for the given options. Might be shared with others using the same options.