public class DELClientCommand extends BasicClient
Property | Type | Description |
---|---|---|
host | String | The host of the Default plugin |
port | int | The port of the Default plugin |
file | String | The URI given by a previous PUT call. This is a unique identifier on the server. |
session | String | The Session of the user that uploads. Optional if security is off on the CFS. |
BasicClient.Debug
Constructor and Description |
---|
DELClientCommand() |
Modifier and Type | Method and Description |
---|---|
void |
doRun()
This method will execute the command itself.
|
java.lang.String |
getFileHash()
Returns the hash value of the file that was transferred.
|
getResult, getServerException, getServerResponse, getSocket, identifyClient, init, readResponse, run, setException, setResult, setServerRepsonse, setSocket, setSocketTimeOut
public void doRun() throws java.io.IOException
BasicClient
BasicClient.run()
doRun
in class BasicClient
java.io.IOException
public java.lang.String getFileHash()
ClientCommand
null
if not applicable