public interface FtpServer
Server implementation is used to create the server
socket and handle client connection.| Modifier and Type | Method and Description |
|---|---|
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
|
void start()
throws org.apache.ftpserver.ftplet.FtpException
org.apache.ftpserver.ftplet.FtpExceptionvoid stop()
boolean isStopped()
void suspend()
void resume()
boolean isSuspended()
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.