Class PingUploadRequest
java.lang.Object
ch.autumo.beetroot.server.message.AbstractMessage
ch.autumo.beetroot.server.message.ServerCommand
ch.autumo.beetroot.server.message.file.UploadRequest
ch.autumo.beetroot.server.message.file.PingUploadRequest
Ping upload request.
-
Field Summary
FieldsFields inherited from class ch.autumo.beetroot.server.message.file.UploadRequest
ENTITY_DIVIDER_FILENAME_CHECKSUMFields 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.file.UploadRequest
getFile, setFileMethods 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
-
Field Details
-
PING_FILE_PREFIX
Ping file name prefix.- See Also:
-
-
Constructor Details
-
PingUploadRequest
Ping request.- Throws:
IOException- IO exception
-