|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.JingleNodesHarvester
public class JingleNodesHarvester
Implements a CandidateHarvester which gathers Candidates
for a specified Component using Jingle Nodes as defined in
XEP 278 "Jingle Relay Nodes".
| Constructor Summary | |
|---|---|
JingleNodesHarvester(org.xmpp.jnodes.smack.SmackServiceNode serviceNode)
Constructor. |
|
| Method Summary | |
|---|---|
protected JingleNodesCandidate |
createJingleNodesCandidate(org.ice4j.TransportAddress transportAddress,
org.ice4j.ice.Component component,
org.ice4j.TransportAddress localEndPoint)
Creates a new JingleNodesRelayedCandidate instance which is to represent a specific TransportAddress. |
Collection<org.ice4j.ice.LocalCandidate> |
harvest(org.ice4j.ice.Component component)
Gathers Jingle Nodes candidates for all host Candidates that are already present in the specified component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JingleNodesHarvester(org.xmpp.jnodes.smack.SmackServiceNode serviceNode)
serviceNode - the SmackServiceNode| Method Detail |
|---|
public Collection<org.ice4j.ice.LocalCandidate> harvest(org.ice4j.ice.Component component)
harvest in interface org.ice4j.ice.harvest.CandidateHarvestercomponent - the Component that we'd like to gather candidate
Jingle Nodes Candidates for
protected JingleNodesCandidate createJingleNodesCandidate(org.ice4j.TransportAddress transportAddress,
org.ice4j.ice.Component component,
org.ice4j.TransportAddress localEndPoint)
transportAddress - the TransportAddress allocated by the
relaycomponent - the Component for which the candidate will be
addedlocalEndPoint - TransportAddress of the Jingle Nodes relay
where we will send our packet.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||