public interface Logic
| Modifier and Type | Method and Description |
|---|---|
String |
generateSlotId() |
String |
getDownloadURI(tigase.xmpp.jid.JID requester,
String slotId,
String filename) |
UriFormat |
getDownloadURIFormat() |
long |
getMaxFileSize() |
String |
getUploadURI(tigase.xmpp.jid.JID requester,
String slotId,
String filename) |
UriFormat |
getUploadURIFormat() |
void |
removeExpired(Duration expirationTime,
int limit) |
String |
requestSlot(tigase.xmpp.jid.JID requester,
String filename,
long filesize,
String contentType) |
long getMaxFileSize()
String requestSlot(tigase.xmpp.jid.JID requester, String filename, long filesize, String contentType) throws tigase.component.exceptions.ComponentException
tigase.component.exceptions.ComponentExceptionString generateSlotId()
UriFormat getUploadURIFormat()
UriFormat getDownloadURIFormat()
void removeExpired(Duration expirationTime, int limit)
Copyright © 2013–2019 Tigase. All rights reserved.