Uses of Class
org.jivesoftware.smackx.httpfileupload.element.Slot
-
Packages that use Slot Package Description org.jivesoftware.smackx.httpfileupload Smack's API for XEP-0363: HTTP File Upload.org.jivesoftware.smackx.httpfileupload.element IQ stanzas and extensions for XEP-0363: HTTP File Upload.org.jivesoftware.smackx.httpfileupload.provider Providers for XEP-0363: HTTP File Upload. -
-
Uses of Slot in org.jivesoftware.smackx.httpfileupload
Methods in org.jivesoftware.smackx.httpfileupload that return Slot Modifier and Type Method Description Slot
HttpFileUploadManager. requestSlot(String filename, long fileSize)
Request a new upload slot from default upload service (if discovered).Slot
HttpFileUploadManager. requestSlot(String filename, long fileSize, String contentType)
Request a new upload slot with optional content type from default upload service (if discovered).Slot
HttpFileUploadManager. requestSlot(String filename, long fileSize, String contentType, DomainBareJid uploadServiceAddress)
Request a new upload slot with optional content type from custom upload service. -
Uses of Slot in org.jivesoftware.smackx.httpfileupload.element
Subclasses of Slot in org.jivesoftware.smackx.httpfileupload.element Modifier and Type Class Description class
Slot_V0_2
-
Uses of Slot in org.jivesoftware.smackx.httpfileupload.provider
Methods in org.jivesoftware.smackx.httpfileupload.provider that return Slot Modifier and Type Method Description Slot
SlotProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-