HomeSort by relevance Sort by last modified time
    Searched refs:getLastReplyCode (Results 1 - 2 of 2) sorted by null

  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpClient.java 739 * {@link #getLastReplyCode()}.
754 * can be checked with {@link #getLastReplyCode()}.
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 551 throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode());
693 if (getLastReplyCode() == FtpReplyCode.FILE_UNAVAILABLE) {
697 throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode());
    [all...]

Completed in 252 milliseconds