Uses of Class
org.jivesoftware.smackx.bytestreams.ibb.InBandBytestreamManager.StanzaType

Packages that use InBandBytestreamManager.StanzaType
org.jivesoftware.smackx.bytestreams.ibb   
org.jivesoftware.smackx.bytestreams.ibb.packet   
 

Uses of InBandBytestreamManager.StanzaType in org.jivesoftware.smackx.bytestreams.ibb
 

Methods in org.jivesoftware.smackx.bytestreams.ibb that return InBandBytestreamManager.StanzaType
 InBandBytestreamManager.StanzaType InBandBytestreamManager.getStanza()
          Returns the stanza used to send data packets.
static InBandBytestreamManager.StanzaType InBandBytestreamManager.StanzaType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InBandBytestreamManager.StanzaType[] InBandBytestreamManager.StanzaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smackx.bytestreams.ibb with parameters of type InBandBytestreamManager.StanzaType
 void InBandBytestreamManager.setStanza(InBandBytestreamManager.StanzaType stanza)
          Sets the stanza used to send data packets.
 

Uses of InBandBytestreamManager.StanzaType in org.jivesoftware.smackx.bytestreams.ibb.packet
 

Methods in org.jivesoftware.smackx.bytestreams.ibb.packet that return InBandBytestreamManager.StanzaType
 InBandBytestreamManager.StanzaType Open.getStanza()
          Returns the stanza type used to encapsulate the data.
 

Constructors in org.jivesoftware.smackx.bytestreams.ibb.packet with parameters of type InBandBytestreamManager.StanzaType
Open(java.lang.String sessionID, int blockSize, InBandBytestreamManager.StanzaType stanza)
          Creates a new In-Band Bytestream open request packet.