|
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.jingleinfo.ServerPacketExtension
public class ServerPacketExtension
Server packet extension.
| Field Summary | |
|---|---|
static String |
ELEMENT_NAME
The element name. |
static String |
HOST_ATTR_NAME
Host attribute name. |
static String |
NAMESPACE
The namespace. |
static String |
SSL_ATTR_NAME
SSL attribute name. |
static String |
TCP_ATTR_NAME
TCP attribute name. |
static String |
UDP_ATTR_NAME
UDP attribute name. |
| Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension |
|---|
attributes |
| Constructor Summary | |
|---|---|
ServerPacketExtension()
Constructor. |
|
| Method Summary | |
|---|---|
String |
getHost()
Returns the host address. |
int |
getSsl()
Returns the SSL port. |
int |
getTcp()
Returns the TCP port. |
int |
getUdp()
Returns the UDP port. |
| 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 HOST_ATTR_NAME
public static final String TCP_ATTR_NAME
public static final String UDP_ATTR_NAME
public static final String SSL_ATTR_NAME
| Constructor Detail |
|---|
public ServerPacketExtension()
| Method Detail |
|---|
public String getHost()
public int getUdp()
public int getTcp()
public int getSsl()
|
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 | |||||||||