public class Close
extends org.jivesoftware.smack.packet.IQ
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
| Constructor and Description |
|---|
Close(java.lang.String sessionID)
Creates a new In-Band Bytestream close request packet.
|
| Modifier and Type | Method and Description |
|---|---|
org.jivesoftware.smack.util.XmlStringBuilder |
getChildElementXML() |
java.lang.String |
getSessionID()
Returns the unique session ID identifying this In-Band Bytestream.
|
createErrorResponse, createResultIQ, getType, setType, toXMLaddCommonAttributes, addExtension, addExtensions, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getLanguage, getPacketID, getTo, hashCode, removeExtension, setError, setFrom, setLanguage, setPacketID, setTo, toStringpublic static final java.lang.String ELEMENT
public Close(java.lang.String sessionID)
sessionID - unique session ID identifying this In-Band Bytestreampublic java.lang.String getSessionID()
public org.jivesoftware.smack.util.XmlStringBuilder getChildElementXML()
getChildElementXML in class org.jivesoftware.smack.packet.IQ