public class HarvestManager extends Object
| Constructor and Description |
|---|
HarvestManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addHarvester(CandidateHarvester harvester)
Registers a harvester for a certain type of candidates.
|
InetAddress |
getExternalAddress() |
FoundationsRegistry |
getFoundationsRegistry()
Gets the foundations registry managed during the lifetime of the ICE
agent.
|
void |
harvest(IceMediaStream mediaStream,
RtpPortManager portManager,
Selector selector) |
CandidateHarvester |
removeHarvester(CandidateType type) |
public boolean addHarvester(CandidateHarvester harvester)
harvester - The harvester to be registeredpublic CandidateHarvester removeHarvester(CandidateType type)
public FoundationsRegistry getFoundationsRegistry()
public InetAddress getExternalAddress()
public void harvest(IceMediaStream mediaStream, RtpPortManager portManager, Selector selector) throws HarvestException, NoCandidatesGatheredException
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.