public class Candidate
extends tigase.jaxmpp.core.client.xml.ElementWrapper
implements tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpoint
| Modifier and Type | Class and Description |
|---|---|
static class |
Candidate.Type |
| Modifier and Type | Field and Description |
|---|---|
static String |
CID_ATTR |
static String |
HOST_ATTR |
static String |
JID_ATTR |
static String |
PORT_ATTR |
static String |
PRIORITY_ATTR |
static String |
TYPE_ATTR |
| Constructor and Description |
|---|
Candidate(tigase.jaxmpp.core.client.xml.Element elem) |
Candidate(String cid,
String host,
Integer port,
tigase.jaxmpp.core.client.JID jid,
Integer priority,
Candidate.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCid() |
String |
getHost() |
tigase.jaxmpp.core.client.JID |
getJid() |
Integer |
getPort() |
Integer |
getPriority() |
Candidate.Type |
getType() |
addChild, equals, findChild, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getWrappedElement, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNSpublic static final String CID_ATTR
public static final String HOST_ATTR
public static final String JID_ATTR
public static final String PORT_ATTR
public static final String PRIORITY_ATTR
public static final String TYPE_ATTR
public Candidate(tigase.jaxmpp.core.client.xml.Element elem)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic Candidate(String cid, String host, Integer port, tigase.jaxmpp.core.client.JID jid, Integer priority, Candidate.Type type) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic String getCid() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic String getHost() throws tigase.jaxmpp.core.client.xml.XMLException
getHost in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpointtigase.jaxmpp.core.client.xml.XMLExceptionpublic tigase.jaxmpp.core.client.JID getJid()
throws tigase.jaxmpp.core.client.xml.XMLException
getJid in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpointtigase.jaxmpp.core.client.xml.XMLExceptionpublic Integer getPort() throws tigase.jaxmpp.core.client.xml.XMLException
getPort in interface tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionEndpointtigase.jaxmpp.core.client.xml.XMLExceptionpublic Integer getPriority() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic Candidate.Type getType() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionCopyright © 2006–2016 Tigase. All rights reserved.