Searched refs:getResponseString (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/
H A DTransferProtocolClient.java125 public String getResponseString() { method in class:TransferProtocolClient
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java482 private String getResponseString() { method in class:FtpClient
545 throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode());
577 serverAnswer = getResponseString();
608 serverAnswer = getResponseString();
692 throw new sun.net.ftp.FtpProtocolException(cmd + ":" + getResponseString(), getLastReplyCode());
1016 getResponseString(), lastReplyCode);
1018 welcomeMsg = getResponseString().substring(4);
1181 String answ = getResponseString();
1738 String s = getResponseString();
1772 String s = getResponseString()
[all...]
/openjdk7/jdk/src/share/classes/sun/net/smtp/
H A DSmtpClient.java65 throw new SmtpProtocolException(getResponseString());

Completed in 100 milliseconds