Package 

Class UPNPHarvester

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      synchronized Collection<LocalCandidate> harvest(Component component) Gathers UPnP candidates for all host Candidates that are already present in the specified component.
      String toString() Returns a String representation of this harvester containing its name.
      • Methods inherited from class org.ice4j.ice.harvest.AbstractCandidateHarvester

        getHarvestStatistics, isHostHarvester
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • harvest

         synchronized Collection<LocalCandidate> harvest(Component component)

        Gathers UPnP candidates for all host Candidates that are already present in the specified component. This method relies on the specified component to already contain all its host candidates so that it would resolve them.

        Parameters:
        component - the Component that we'd like to gather candidate UPnP Candidates for
      • toString

         String toString()

        Returns a String representation of this harvester containing its name.