|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.ftp4j.FTPReply
public class FTPReply
This class represents FTP server replies in a manageable object oriented way.
Method Summary | |
---|---|
int |
getCode()
Returns the code of the reply. |
java.lang.String[] |
getMessages()
Returns the textual message(s) of the reply. |
boolean |
isSuccessCode()
Returns true if the code of the reply is in the range of success codes (2**). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getCode()
public boolean isSuccessCode()
public java.lang.String[] getMessages()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |