Uses of Class
org.jivesoftware.smackx.packet.StreamInitiation.File

Packages that use StreamInitiation.File
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of StreamInitiation.File in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return StreamInitiation.File
 StreamInitiation.File StreamInitiation.getFile()
          Returns the file containing the information about the request.
 

Methods in org.jivesoftware.smackx.packet with parameters of type StreamInitiation.File
 void StreamInitiation.setFile(StreamInitiation.File file)
          Sets the file which contains the information pertaining to the file to be transfered.