public class AntFsCommon.IpcDefines
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_CMD_ANTFSREQUEST_GENERIC_PARAM_boolUSEANTFSPROGRESSUPDATES
If true, notifies the plugin to send progress updates.
|
static java.lang.String |
MSG_EVENT_ANTFS_ANTFSPROGRESSUPDATE_PARAM_intSTATECODE
The current
AntFsCommon.AntFsStateCode . |
static java.lang.String |
MSG_EVENT_ANTFS_ANTFSPROGRESSUPDATE_PARAM_longTOTALBYTES
The total number of bytes to be transferred.
|
static java.lang.String |
MSG_EVENT_ANTFS_ANTFSPROGRESSUPDATE_PARAM_longTRANSFERREDBYTES
The number of bytes transferred.
|
static java.lang.String |
MSG_EVENT_ANTFS_FILEDOWNLOADED_PARAM_arrayByteRAWFILEBYTES
The bytes downloaded.
|
static java.lang.String |
MSG_EVENT_ANTFS_FILEDOWNLOADED_PARAM_longTARGETBYTES
The target number of bytes requested.
|
static int |
MSG_EVENT_ANTFS_whatANTFSPROGRESSUPDATE
Communicates the work done.
|
static int |
MSG_EVENT_ANTFS_whatDOWNLOADFINISHED
Receives files that have finished downloading
|
Constructor and Description |
---|
AntFsCommon.IpcDefines() |
public static final int MSG_EVENT_ANTFS_whatANTFSPROGRESSUPDATE
public static final java.lang.String MSG_EVENT_ANTFS_ANTFSPROGRESSUPDATE_PARAM_intSTATECODE
AntFsCommon.AntFsStateCode
. Sent in the MSG_EVENT_ANTFS_whatANTFSPROGRESSUPDATE
event.public static final java.lang.String MSG_EVENT_ANTFS_ANTFSPROGRESSUPDATE_PARAM_longTRANSFERREDBYTES
MSG_EVENT_ANTFS_whatANTFSPROGRESSUPDATE
event.
Note: There are cases in the process of retrying a download that this number can restart at a lower value.
This number is always the progress towards the total, not a count of total number of bytes sent over the connection.public static final java.lang.String MSG_EVENT_ANTFS_ANTFSPROGRESSUPDATE_PARAM_longTOTALBYTES
MSG_EVENT_ANTFS_whatANTFSPROGRESSUPDATE
event.public static final java.lang.String MSG_CMD_ANTFSREQUEST_GENERIC_PARAM_boolUSEANTFSPROGRESSUPDATES
public static final int MSG_EVENT_ANTFS_whatDOWNLOADFINISHED
public static final java.lang.String MSG_EVENT_ANTFS_FILEDOWNLOADED_PARAM_arrayByteRAWFILEBYTES
MSG_EVENT_ANTFS_whatDOWNLOADFINISHED
event.public static final java.lang.String MSG_EVENT_ANTFS_FILEDOWNLOADED_PARAM_longTARGETBYTES
MSG_EVENT_ANTFS_whatDOWNLOADFINISHED
event.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.