public class Transport
extends tigase.jaxmpp.core.client.xml.ElementWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
Transport.Mode |
| Modifier and Type | Field and Description |
|---|---|
static String |
DSTADDR_ATTR |
static String |
MODE_ATTR |
static String |
SID_ATTR |
| Constructor and Description |
|---|
Transport(tigase.jaxmpp.core.client.xml.Element elem) |
Transport(String xmlns,
String sid,
Transport.Mode mode) |
Transport(String xmlns,
String sid,
Transport.Mode mode,
String dstaddr) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCandidate(Candidate candidate) |
List<Candidate> |
getCandidates() |
String |
getDstAddr() |
Transport.Mode |
getMode() |
String |
getSid() |
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 DSTADDR_ATTR
public static final String MODE_ATTR
public static final String SID_ATTR
public Transport(tigase.jaxmpp.core.client.xml.Element elem)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic Transport(String xmlns, String sid, Transport.Mode mode) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic Transport(String xmlns, String sid, Transport.Mode mode, String dstaddr) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void addCandidate(Candidate candidate) throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic List<Candidate> getCandidates() throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic String getDstAddr() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic Transport.Mode getMode() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionpublic String getSid() throws tigase.jaxmpp.core.client.xml.XMLException
tigase.jaxmpp.core.client.xml.XMLExceptionCopyright © 2006–2018 Tigase. All rights reserved.