|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FtpServer
This is the starting point of all the servers. It invokes a new listener
thread. Server
implementation is used to create the server
socket and handle client connection.
Method Summary | |
---|---|
boolean |
isStopped()
Get the server status. |
boolean |
isSuspended()
Is the server suspended |
void |
resume()
Resume the server handler |
void |
start()
Start the server. |
void |
stop()
Stop the server. |
void |
suspend()
Suspend further requests |
Method Detail |
---|
void start() throws FtpException
FtpException
void stop()
boolean isStopped()
void suspend()
void resume()
boolean isSuspended()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |