Searched defs:FtpReplyCode (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpReplyCode.java33 public enum FtpReplyCode { enum
89 FtpReplyCode(int val) { method in class:FtpReplyCode
235 * Static utility method to convert a value into a FtpReplyCode.
238 * @return the <code>FtpReplyCode</code> associated with the value.
240 public static FtpReplyCode find(int v) {
241 for (FtpReplyCode code : FtpReplyCode.values()) {

Completed in 655 milliseconds