Class JingleS5BTransportCandidate
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentTransportCandidate
org.jivesoftware.smackx.jingle.transports.jingle_s5b.elements.JingleS5BTransportCandidate
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
TransportCandidate for Jingle Socks5Bytestream transports.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static enum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentTransportCandidate
ELEMENT
-
Constructor Summary
ConstructorDescriptionJingleS5BTransportCandidate
(String candidateId, String hostString, Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type) JingleS5BTransportCandidate
(String candidateId, InternetAddress host, 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
getElementName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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, Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type) -
JingleS5BTransportCandidate
public JingleS5BTransportCandidate(String candidateId, InternetAddress host, Jid jid, int port, int priority, JingleS5BTransportCandidate.Type type) -
JingleS5BTransportCandidate
public JingleS5BTransportCandidate(Bytestream.StreamHost streamHost, int priority, JingleS5BTransportCandidate.Type type)
-
-
Method Details
-
getCandidateId
-
getHost
-
getJid
-
getPort
-
getPriority
-
getType
-
getStreamHost
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-
toXML
-
getBuilder
-