net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Class RemoteCandidatePacketExtension
java.lang.Object
net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.CandidatePacketExtension
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
| 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 |
| 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 |
ELEMENT_NAME
public static final String ELEMENT_NAME
- The name of the "candidate" element.
- See Also:
- Constant Field Values
RemoteCandidatePacketExtension
public RemoteCandidatePacketExtension()
- Creates a new
CandidatePacketExtension
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.