Class JingleIBBTransport
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentTransport
org.jivesoftware.smackx.jingle.transports.jingle_ibb.element.JingleIBBTransport
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
public class JingleIBBTransport
extends JingleContentTransport
implements org.jivesoftware.smack.packet.ExtensionElement
Transport Element for JingleInBandBytestream transports.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final shortstatic final Stringstatic final QNameFields inherited from class org.jivesoftware.smackx.jingle.element.JingleContentTransport
candidates, ELEMENT, info -
Constructor Summary
ConstructorsConstructorDescriptionJingleIBBTransport(short blockSize) JingleIBBTransport(short blockSize, String sid) JingleIBBTransport(String sid) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml) booleanshortinthashCode()Methods inherited from class org.jivesoftware.smackx.jingle.element.JingleContentTransport
getCandidates, getElementName, getInfo, toXMLMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementNameMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE_V1
- See Also:
-
QNAME
-
ATTR_BLOCK_SIZE
- See Also:
-
ATTR_SID
- See Also:
-
DEFAULT_BLOCK_SIZE
public static final short DEFAULT_BLOCK_SIZE- See Also:
-
-
Constructor Details
-
JingleIBBTransport
public JingleIBBTransport() -
JingleIBBTransport
-
JingleIBBTransport
public JingleIBBTransport(short blockSize) -
JingleIBBTransport
-
-
Method Details
-
getSessionId
-
getBlockSize
public short getBlockSize() -
addExtraAttributes
protected void addExtraAttributes(org.jivesoftware.smack.util.XmlStringBuilder xml) - Overrides:
addExtraAttributesin classJingleContentTransport
-
getNamespace
- Specified by:
getNamespacein interfaceorg.jivesoftware.smack.packet.XmlElement
-
equals
-
hashCode
public int hashCode()
-