public static class FileUploadRepository.Slot extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
contentType |
String |
filename |
long |
filesize |
String |
slotId |
Date |
timestamp |
tigase.xmpp.jid.BareJID |
uploader |
| Constructor and Description |
|---|
Slot(tigase.xmpp.jid.BareJID uploader,
String slotId,
String filename,
long filesize,
String contentType,
Date timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String slotId,
long filesize,
String contentType) |
Copyright © 2013–2019 Tigase. All rights reserved.