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, setSocketTimeOutpublic void doRun()
throws java.io.IOException
BasicClientBasicClient.run()doRun in class BasicClientjava.io.IOExceptionpublic java.lang.String getFileHash()
ClientCommandnull
if not applicable