| 程序包 | 说明 |
|---|---|
| com.fr.ftp |
Common socket classes and protocol command utility classes
|
| com.fr.ftp.client |
FTP and FTPS support classes
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected ProtocolCommandSupport |
SocketClient.getCommandSupport()
Subclasses can override this if they need to provide their own
instance field for backwards compatibilty.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ProtocolCommandSupport |
FTP._commandSupport_
A ProtocolCommandSupport object used to manage the registering of
ProtocolCommandListeners and te firing of ProtocolCommandEvents.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected ProtocolCommandSupport |
FTP.getCommandSupport()
Provide command support to super-class
|