Uses of Class
org.jivesoftware.smackx.httpfileupload.UploadService.Version
-
Packages that use UploadService.Version Package Description org.jivesoftware.smackx.httpfileupload Smack's API for XEP-0363: HTTP File Upload. -
-
Uses of UploadService.Version in org.jivesoftware.smackx.httpfileupload
Methods in org.jivesoftware.smackx.httpfileupload that return UploadService.Version Modifier and Type Method Description UploadService.Version
UploadService. getVersion()
static UploadService.Version
HttpFileUploadManager. namespaceToVersion(java.lang.String namespace)
static UploadService.Version
UploadService.Version. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UploadService.Version[]
UploadService.Version. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-