-
- All Implemented Interfaces:
-
org.ice4j.ice.harvest.CandidateHarvester
public class UPNPHarvester extends AbstractCandidateHarvester
Implements a CandidateHarvester which gathers Candidates for a specified Component using UPnP.
-
-
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. StringtoString()Returns a String representation of this harvester containing its name. -
-
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
-
-
-
-