|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.DefaultFtpReply
public class DefaultFtpReply
FTP reply object.
Field Summary |
---|
Constructor Summary | |
---|---|
DefaultFtpReply(int code,
java.lang.String message)
|
|
DefaultFtpReply(int code,
java.lang.String[] message)
|
Method Summary | |
---|---|
int |
getCode()
|
java.lang.String |
getMessage()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultFtpReply(int code, java.lang.String message)
code
- message
- public DefaultFtpReply(int code, java.lang.String[] message)
Method Detail |
---|
public int getCode()
getCode
in interface FtpReply
public java.lang.String getMessage()
getMessage
in interface FtpReply
public java.lang.String toString()
toString
in interface FtpReply
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |