|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FtpSession
Interface for FTP session implementations.
Method Summary | |
---|---|
void |
abort()
Aborts the client session. |
FtpSessionContext |
getFtpContext()
Returns the FTP Context, that contains all the shared settings of a FTP session. |
boolean |
isTerminated()
Indicates whether the session is still alive or has been terminated. |
void |
setCmdReader(FtpCmdReader reader)
Sets the object providing the client's commands. |
void |
setFtpContext(FtpSessionContext ctx)
Sets the FTP Context, that contains all the shared settings of a FTP session. |
void |
start()
Starts the client session. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
void setFtpContext(FtpSessionContext ctx)
ctx
- The FTP context.FtpSessionContext getFtpContext()
void setCmdReader(FtpCmdReader reader)
reader
- The FTP command reader thread.boolean isTerminated()
void start()
void abort()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |