| Package | Description |
|---|---|
| org.restcomm.media.ice | |
| org.restcomm.media.ice.lite |
| Modifier and Type | Class and Description |
|---|---|
class |
HostCandidate
A candidate obtained by binding to a specific port from an IP address on the
host.
|
class |
ServerReflexiveCandidate |
| Modifier and Type | Field and Description |
|---|---|
protected IceCandidate |
IceCandidate.base
The base of a server reflexive candidate is the host candidate from which
it was derived.
A host candidate is also said to have a base, equal to that candidate itself. |
| Modifier and Type | Method and Description |
|---|---|
IceCandidate |
IceCandidate.clone() |
IceCandidate |
IceCandidate.getBase() |
IceCandidate |
CandidateWrapper.getCandidate() |
IceCandidate |
LocalCandidateWrapper.getCandidate() |
| Modifier and Type | Method and Description |
|---|---|
String |
FoundationsRegistry.assignFoundation(IceCandidate candidate)
Retrieves the foundation associated to an address.
If no foundation exists for such address, one will be generated. |
int |
IceCandidate.compareTo(IceCandidate o) |
protected abstract String |
FoundationsRegistry.computeIdentifier(IceCandidate candidate)
Computes the identifier, based on a candidate, that will be used as the
identifier to a foundation.
|
| Constructor and Description |
|---|
LocalCandidateWrapper(IceCandidate candidate,
DatagramChannel udpChannel) |
| Modifier and Type | Method and Description |
|---|---|
String |
LiteFoundationsRegistry.computeIdentifier(IceCandidate candidate) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.