Uses of Class
org.jivesoftware.smackx.si.packet.StreamInitiation.File
-
Packages that use StreamInitiation.File Package Description org.jivesoftware.smackx.si.packet Element classes for XEP-0095: Stream Initiation. -
-
Uses of StreamInitiation.File in org.jivesoftware.smackx.si.packet
Methods in org.jivesoftware.smackx.si.packet that return StreamInitiation.File Modifier and Type Method Description StreamInitiation.File
StreamInitiation. getFile()
Returns the file containing the information about the request.Methods in org.jivesoftware.smackx.si.packet with parameters of type StreamInitiation.File Modifier and Type Method Description void
StreamInitiation. setFile(StreamInitiation.File file)
Sets the file which contains the information pertaining to the file to be transferred.
-