Class JingleS5BTransportCandidate
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentTransportCandidate
org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements.JingleS5BTransportCandidate
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
TransportCandidate for Jingle Socks5Bytestream transports.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentTransportCandidate
ELEMENT -
Constructor Summary
ConstructorsConstructorDescriptionJingleS5BTransportCandidate(String candidateId, String hostString, org.jxmpp.jid.Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type) JingleS5BTransportCandidate(String candidateId, org.jivesoftware.smack.util.InternetAddress host, org.jxmpp.jid.Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type) JingleS5BTransportCandidate(Bytestream.StreamHost streamHost, int priority, JingleS5BTransportCandidate.Type type) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.jingle.element.JingleContentTransportCandidate
getElementNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
- See Also:
-
ATTR_CID
- See Also:
-
ATTR_HOST
- See Also:
-
ATTR_JID
- See Also:
-
ATTR_PORT
- See Also:
-
ATTR_PRIORITY
- See Also:
-
ATTR_TYPE
- See Also:
-
-
Constructor Details
-
JingleS5BTransportCandidate
public JingleS5BTransportCandidate(String candidateId, String hostString, org.jxmpp.jid.Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type) -
JingleS5BTransportCandidate
public JingleS5BTransportCandidate(String candidateId, org.jivesoftware.smack.util.InternetAddress host, org.jxmpp.jid.Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type) -
JingleS5BTransportCandidate
public JingleS5BTransportCandidate(Bytestream.StreamHost streamHost, int priority, JingleS5BTransportCandidate.Type type)
-
-
Method Details
-
getCandidateId
-
getHost
public org.jivesoftware.smack.util.InternetAddress getHost() -
getJid
public org.jxmpp.jid.Jid getJid() -
getPort
public int getPort() -
getPriority
public int getPriority() -
getType
-
getStreamHost
-
getNamespace
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingXmlEnvironment) -
getBuilder
-