org.jivesoftware.smackx.bytestreams.ibb.packet
Class Close
java.lang.Object
   org.jivesoftware.smack.packet.Packet
org.jivesoftware.smack.packet.Packet
       org.jivesoftware.smack.packet.IQ
org.jivesoftware.smack.packet.IQ
           org.jivesoftware.smackx.bytestreams.ibb.packet.Close
org.jivesoftware.smackx.bytestreams.ibb.packet.Close
- public class Close 
- extends IQ
Represents a request to close an In-Band Bytestream.
- Author:
- Henning Staib
 
| Nested classes/interfaces inherited from class org.jivesoftware.smack.packet.IQ | 
| IQ.Type | 
 
 
 
| Constructor Summary | 
| Close(String sessionID)Creates a new In-Band Bytestream close request packet.
 | 
 
| Method Summary | 
|  String | getChildElementXML()Returns the sub-element XML section of the IQ packet, or null if there
 isn't one.
 | 
|  String | getSessionID()Returns the unique session ID identifying this In-Band Bytestream.
 | 
 
 
| Methods inherited from class org.jivesoftware.smack.packet.Packet | 
| addExtension, deleteProperty, equals, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensionsXML, getFrom, getPacketID, getProperty, getPropertyNames, getTo, getXmlns, hashCode, nextID, removeExtension, setDefaultXmlns, setError, setFrom, setPacketID, setProperty, setTo | 
 
 
Close
public Close(String sessionID)
- Creates a new In-Band Bytestream close request packet.
 
- Parameters:
- sessionID- unique session ID identifying this In-Band Bytestream
 
getSessionID
public String getSessionID()
- Returns the unique session ID identifying this In-Band Bytestream.
 
- 
- Returns:
- the unique session ID identifying this In-Band Bytestream
 
getChildElementXML
public String getChildElementXML()
- Description copied from class: IQ
- Returns the sub-element XML section of the IQ packet, or null if there
 isn't one. Packet extensions must be included, if any are defined.
 Extensions of this class must override this method.
 
 
- 
- Specified by:
- getChildElementXMLin class- IQ
 
- 
- Returns:
- the child element section of the IQ XML.
 
Copyright © 2003-2007 Jive Software.