Field and Description |
---|
org.apache.commons.net.ftp.FTPSClient.KEYSTORE_ALGORITHM
- not used - will be removed in next major release
|
org.apache.commons.net.ftp.FTPSClient.PROVIDER
- not used - will be removed in next major release
|
org.apache.commons.net.ftp.FTPSClient.STORE_TYPE
- not used - will be removed in next major release
|
org.apache.commons.net.ftp.FTPSClient.TRUSTSTORE_ALGORITHM
- not used - will be removed in next major release
|
Method and Description |
---|
org.apache.commons.net.ftp.FTPSSocketFactory.createServerSocket(int)
(2.2) use
instead |
org.apache.commons.net.ftp.FTPSSocketFactory.createServerSocket(int, int)
(2.2) use
instead |
org.apache.commons.net.ftp.FTPSSocketFactory.createServerSocket(int, int, InetAddress)
(2.2) use
instead |
org.apache.commons.net.ftp.FTPClient.getSystemName()
Use
FTPClient.getSystemType() - which does not return null.
Will be deleted in version 3.0 |
org.apache.commons.net.ftp.FTPSSocketFactory.init(ServerSocket) |
org.apache.commons.net.ftp.parser.VMSFTPEntryParser.parseFileList(InputStream)
(2.2) No other FTPFileEntryParser implementations have this method.
Not currently used by NET code. To be removed in 3.0
|
org.apache.commons.net.ftp.FTPListParseEngine.readServerList(InputStream)
The version of this method which takes an encoding should be used.
|
org.apache.commons.net.nntp.Threader.thread(Threadable[])
(2.2) prefer
Threader.thread(List) |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.