|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ftpserver.ftplet.FtpletEnum
public final class FtpletEnum
This class encapsulates the return values of the ftplet methods. RET_DEFAULT < RET_NO_FTPLET < RET_SKIP < RET_DISCONNECT
| Field Summary | |
|---|---|
static FtpletEnum |
RET_DEFAULT
This return value indicates that the next ftplet method will be called. |
static FtpletEnum |
RET_DISCONNECT
It indicates that the server will skip and disconnect the client. |
static FtpletEnum |
RET_NO_FTPLET
This return value indicates that the other ftplet methods will not be called but the ftpserver will continue processing this request. |
static FtpletEnum |
RET_SKIP
It indicates that the ftpserver will skip everything. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Equality check |
java.lang.String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FtpletEnum RET_DEFAULT
public static final FtpletEnum RET_NO_FTPLET
public static final FtpletEnum RET_SKIP
public static final FtpletEnum RET_DISCONNECT
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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 | ||||||||