public abstract class FoundationsRegistry extends Object
| Constructor and Description |
|---|
FoundationsRegistry() |
| Modifier and Type | Method and Description |
|---|---|
String |
assignFoundation(IceCandidate candidate)
Retrieves the foundation associated to an address.
If no foundation exists for such address, one will be generated. |
protected abstract String |
computeIdentifier(IceCandidate candidate)
Computes the identifier, based on a candidate, that will be used as the
identifier to a foundation.
|
public String assignFoundation(IceCandidate candidate)
candidate - The ICE candidateprotected abstract String computeIdentifier(IceCandidate candidate)
candidate - The candidate that holds data that will form the identifierCopyright © 2017 TeleStax, Inc.. All Rights Reserved.