Searched refs:getLastReplyCode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpClient.java739 * {@link #getLastReplyCode()}.
754 * can be checked with {@link #getLastReplyCode()}.
822 public abstract FtpReplyCode getLastReplyCode(); method in class:FtpClient
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java545 throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode());
688 if (getLastReplyCode() == FtpReplyCode.FILE_UNAVAILABLE) {
692 throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode());
1729 * {@link #getLastReplyCode()}.
1766 * can be checked with {@link #getLastReplyCode()}.
1985 public FtpReplyCode getLastReplyCode() { method in class:FtpClient

Completed in 457 milliseconds