Class DeleteRequest
java.lang.Object
ch.autumo.beetroot.server.message.AbstractMessage
ch.autumo.beetroot.server.message.ServerCommand
ch.autumo.beetroot.server.message.file.DeleteRequest
File delete command; client-side.
-
Field Summary
Fields inherited from class ch.autumo.beetroot.server.message.ServerCommand
DISPATCHER_ID_INTERNAL, host, portFields inherited from class ch.autumo.beetroot.server.message.AbstractMessage
domain, ENCRYPT, entity, fileId, id, INTERNAL_MSG_PART_SEPARATOR, INTERNAL_MSG_PART_SEPARATOR_REGEXP, LOG, message, MSG_PART_SEPARATOR, MSG_PART_SEPARATOR_REGEXP, object -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.autumo.beetroot.server.message.ServerCommand
forceSockets, getCommand, getDispatcherId, getHost, getJsonTransferString, getMode, getPort, getServerName, getTimeout, getTransferString, isForceSockets, parse, parseJson, reInitMethods inherited from class ch.autumo.beetroot.server.message.AbstractMessage
contains, deserializeObject, getData, getDataLength, getDomain, getEntity, getFileId, getId, getJSONObject, getMessageIntValue, getMessageValue, getObject, serializeObject, setEntity, setObject
-
Constructor Details
-
DeleteRequest
Delete file from server- Parameters:
fileId- unique file IDdomain- domain or null (default)
-