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 SlotHttpFileUploadManager. requestSlot(java.lang.String filename, long fileSize)Request a new upload slot from default upload service (if discovered).SlotHttpFileUploadManager. requestSlot(java.lang.String filename, long fileSize, java.lang.String contentType)Request a new upload slot with optional content type from default upload service (if discovered).SlotHttpFileUploadManager. requestSlot(java.lang.String filename, long fileSize, java.lang.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 classSlot_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 SlotSlotProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-