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