Interface | Description |
---|---|
ClientCommand | |
Constants | |
FileTransferController |
A controller for the transfer of data between client and server.
|
Class | Description |
---|---|
BasicClient |
Abstract class for a basic client functionality.
|
DefaultPluginClient |
Command line client for the default transport plugin implementation in the
CFS.
|
DefaultPluginClientVersion | |
DELClientCommand |
A client that deletes a file from the Default Plugin.
|
FileTransferClientCommand |
An abstract class of
BasicClient that introduces a
FileTransferController to any subclass. |
GETClientCommand |
A client that gets a file from the Default Plugin.
|
PUTClientCommand |
A client that writes a file to the Default Plugin.
|