Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Class RemoteCandidatePacketExtension

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
      extended by net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
          extended by net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RemoteCandidatePacketExtension
All Implemented Interfaces:
org.jivesoftware.smack.packet.PacketExtension

public class RemoteCandidatePacketExtension
extends CandidatePacketExtension

A representation of the remote-candidate ICE transport element.

Author:
Emil Ivov

Field Summary
static String ELEMENT_NAME
          The name of the "candidate" element.
 
Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
COMPONENT_ATTR_NAME, FOUNDATION_ATTR_NAME, GENERATION_ATTR_NAME, ID_ATTR_NAME, IP_ATTR_NAME, NETWORK_ATTR_NAME, PORT_ATTR_NAME, PRIORITY_ATTR_NAME, PROTOCOL_ATTR_NAME, REL_ADDR_ATTR_NAME, REL_PORT_ATTR_NAME, RTCP_COMPONENT_ID, RTP_COMPONENT_ID, TYPE_ATTR_NAME
 
Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
attributes
 
Constructor Summary
RemoteCandidatePacketExtension()
          Creates a new CandidatePacketExtension
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
getComponent, getFoundation, getGeneration, getID, getIP, getNetwork, getPort, getPriority, getProtocol, getRelAddr, getRelPort, getType, setComponent, setFoundation, setGeneration, setID, setIP, setNetwork, setPort, setPriority, setProtocol, setRelAddr, setRelPort, setType
 
Methods inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
addChildExtension, getAttribute, getAttributeAsInt, getAttributeAsInt, getAttributeAsString, getAttributeAsURI, getAttributeNames, getChildExtensions, getChildExtensionsOfType, getElementName, getFirstChildOfType, getNamespace, getText, removeAttribute, setAttribute, setNamespace, setText, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
The name of the "candidate" element.

See Also:
Constant Field Values
Constructor Detail

RemoteCandidatePacketExtension

public RemoteCandidatePacketExtension()
Creates a new CandidatePacketExtension


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.