Uses of Class
org.jivesoftware.smackx.httpfileupload.element.Slot
Packages that use Slot
Package
Description
Smack's API for XEP-0363: HTTP File Upload.
IQ stanzas and extensions for XEP-0363: HTTP File Upload.
Providers for XEP-0363: HTTP File Upload.
-
Uses of Slot in org.jivesoftware.smackx.httpfileupload
Methods in org.jivesoftware.smackx.httpfileupload that return SlotModifier and TypeMethodDescriptionAbstractHttpUploadException.getSlot()
HttpFileUploadManager.requestSlot
(String filename, long fileSize) Request a new upload slot from default upload service (if discovered).HttpFileUploadManager.requestSlot
(String filename, long fileSize, String contentType) Request a new upload slot with optional content type from default upload service (if discovered).HttpFileUploadManager.requestSlot
(String filename, long fileSize, String contentType, DomainBareJid uploadServiceAddress) Request a new upload slot with optional content type from custom upload service.Constructors in org.jivesoftware.smackx.httpfileupload with parameters of type SlotModifierConstructorDescriptionprotected
AbstractHttpUploadException
(long fileSize, Slot slot, String message) protected
AbstractHttpUploadException
(long fileSize, Slot slot, String message, Throwable wrappedThrowable) HttpUploadErrorException
(int httpStatus, String responseMsg, long fileSize, Slot slot) HttpUploadIOException
(long fileSize, Slot slot, IOException cause) -
Uses of Slot in org.jivesoftware.smackx.httpfileupload.element
Subclasses of Slot in org.jivesoftware.smackx.httpfileupload.element -
Uses of Slot in org.jivesoftware.smackx.httpfileupload.provider
Methods in org.jivesoftware.smackx.httpfileupload.provider that return SlotModifier and TypeMethodDescriptionSlotProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)