Secure iNet Factory

Deprecated API

Deprecated Fields
com.jscape.inet.pop.Pop.AUTH_PASS
          replaced by AUTH_LOGIN variable for consistency 
com.jscape.inet.ftp.FtpFile.MSDOS_STYLE
          no longer used in favor of FtpFile#getFtpFileParser method. 
com.jscape.inet.ftp.FtpFile.UNIX_STYLE
          no longer used in favor of FtpFile#getFtpFileParser method. 
 

Deprecated Methods
com.jscape.inet.ftps.Ftps.addFtpsCertificateVerifier(FtpsCertificateVerifier)
          see Ftps.setFtpsCertificateVerifier(FtpsCertificateVerifier) 
com.jscape.filetransfer.SftpTransfer.getBlockTransferSize()
          see #getUploadBlockSize 
com.jscape.inet.ftp.Ftp.getCharacterEncoding()
          use the getWireEncoding method 
com.jscape.inet.ftps.Ftps.getCharacterEncoding()
          use the getWireEncoding method 
com.jscape.inet.ftp.Ftp.getDataPort()
          replaced by getDataPortStart and getDataPortEnd methods. 
com.jscape.inet.ftps.Ftps.getDataPort()
          Replaced by getDataPortStart and getDataPortEnd 
com.jscape.inet.imap.Imap.getMailboxes()
          this method uses the FIND ALL.MAILBOXES command as identifed in RFC 1730 and has been obsoleted by RFC 2060, it is recommended you use the listMailboxes command instead. 
com.jscape.inet.ftp.FtpFile.getStyle()
          no longer used in favor of FtpFile#getFtpFileParser method. 
com.jscape.inet.ssh.SshTask.getTimeout()
          replaced by getEndPromptTimeout 
com.jscape.inet.imap.Imap.getTimeout()
          Replaced by getConnectTimeout and getReadTimeout 
com.jscape.inet.pop.Pop.getTimeout()
          Replaced by getConnectTimeout and getReadTimeout 
com.jscape.inet.smtp.Smtp.getTimeout()
          Replaced by getConnectTimeout and getReadTimeout 
com.jscape.inet.telnet.TelnetTask.getTimeout()
          replaced by getEndPromptTimeout method 
com.jscape.inet.nntp.Nntp.send(int)
          use the #issueCommand method 
com.jscape.inet.nntp.Nntp.send(int, String)
          use the #issueCommand method 
com.jscape.inet.ssh.SshSession.send(String, String)
          replaced by SshSession.sendWait(String, String) method 
com.jscape.inet.sftp.Sftp.setBlockSize(int)
          see #setUploadBlockSize 
com.jscape.filetransfer.SftpTransfer.setBlockTransferSize(int)
          see #setUploadBlockSize 
com.jscape.inet.ftp.Ftp.setCharacterEncoding(String)
          use the setWireEncoding method 
com.jscape.inet.ftps.Ftps.setCharacterEncoding(String)
          use the setWireEncoding method 
com.jscape.inet.ftp.Ftp.setDataPort(int)
          Replaced by setDataPortRange 
com.jscape.inet.ftps.Ftps.setDataPort(int)
          Replaced by setDataPortRange 
com.jscape.inet.ftp.FtpFile.setStyle(int)
          no longer used in favor of providing a FtpFileParser in constructor 
com.jscape.inet.imap.Imap.setTimeout(int)
          Replaced by setConnectTimeout and setReadTimeout 
com.jscape.inet.pop.Pop.setTimeout(int)
          Replaced by setConnectTimeout and setReadTimeout 
com.jscape.inet.smtp.Smtp.setTimeout(int)
          Replaced by setConnectTimeout and setReadTimeout 
com.jscape.inet.ssh.SshTask.setTimeout(long)
          replaced by setEndPromptTimeout 
com.jscape.inet.telnet.TelnetTask.setTimeout(long)
          replaced by setEndPromptTimeout method 
 


Secure iNet Factory

Copyright JSCAPE 1999-2008 All Rights Reserved