public class Slot extends Object
| Constructor and Description |
|---|
Slot(org.xmpp.packet.JID creator,
String filename,
long size) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
org.xmpp.packet.JID |
getCreator() |
URL |
getGetUrl() |
URL |
getPutUrl() |
long |
getSize() |
UUID |
getUuid() |
String |
toString() |
public Slot(org.xmpp.packet.JID creator,
String filename,
long size)
public Date getCreationDate()
public org.xmpp.packet.JID getCreator()
public long getSize()
public UUID getUuid()
public URL getPutUrl() throws URISyntaxException, MalformedURLException
public URL getGetUrl() throws URISyntaxException, MalformedURLException
Copyright © 2017–2018 Goodbytes. All rights reserved.