| Package | Description |
|---|---|
| org.restcomm.media.ice | |
| org.restcomm.media.ice.harvest |
| Modifier and Type | Method and Description |
|---|---|
static CandidateType |
CandidateType.fromDescription(String description) |
CandidateType |
IceCandidate.getType() |
static CandidateType |
CandidateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandidateType[] |
CandidateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IceCandidate(IceComponent component,
InetAddress address,
int port,
CandidateType type) |
IceCandidate(IceComponent component,
String hostname,
int port,
CandidateType type) |
| Modifier and Type | Method and Description |
|---|---|
CandidateType |
CandidateHarvester.getCandidateType()
Gets the type of candidates gathered by the harvester.
|
CandidateType |
ExternalCandidateHarvester.getCandidateType() |
CandidateType |
HostCandidateHarvester.getCandidateType() |
| Modifier and Type | Method and Description |
|---|---|
CandidateHarvester |
HarvestManager.removeHarvester(CandidateType type) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.