Uses of Class
org.jivesoftware.smackx.httpfileupload.element.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
Modifier 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.ModifierConstructorDescriptionprotected
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
-
Uses of Slot in org.jivesoftware.smackx.httpfileupload.provider
Modifier and TypeMethodDescriptionSlotProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)