|
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.extensions.AbstractPacketExtension
net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.RTPHdrExtPacketExtension
public class RTPHdrExtPacketExtension
RTP header extension.
| Field Summary | |
|---|---|
static String |
ATTRIBUTES_ATTR_NAME
The name of the attributes attribute in the extmap element. |
static String |
ELEMENT_NAME
The name of the "candidate" element. |
static String |
ID_ATTR_NAME
The name of the ID attribute. |
static String |
NAMESPACE
The namespace. |
static String |
SENDERS_ATTR_NAME
The name of the senders attribute. |
static String |
URI_ATTR_NAME
The name of the URI attribute. |
| Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
attributes |
| Constructor Summary | |
|---|---|
RTPHdrExtPacketExtension()
Constructor. |
|
| Method Summary | |
|---|---|
String |
getAttributes()
Get "attributes" value. |
String |
getID()
Get the ID. |
ContentPacketExtension.SendersEnum |
getSenders()
Get the direction. |
URI |
getURI()
Get the URI. |
void |
setAttributes(String attributes)
Set attributes. |
void |
setID(String id)
Set the ID. |
void |
setSenders(ContentPacketExtension.SendersEnum senders)
Set the direction. |
void |
setURI(URI uri)
Set the URI. |
| 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 |
|---|
public static final String NAMESPACE
public static final String ELEMENT_NAME
public static final String ID_ATTR_NAME
public static final String SENDERS_ATTR_NAME
public static final String URI_ATTR_NAME
public static final String ATTRIBUTES_ATTR_NAME
| Constructor Detail |
|---|
public RTPHdrExtPacketExtension()
| Method Detail |
|---|
public void setID(String id)
id - ID to setpublic String getID()
public void setSenders(ContentPacketExtension.SendersEnum senders)
senders - the directionpublic ContentPacketExtension.SendersEnum getSenders()
public void setURI(URI uri)
uri - URI to setpublic URI getURI()
public void setAttributes(String attributes)
attributes - attributes valuepublic String getAttributes()
|
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 | |||||||||