public class FtpServer extends java.lang.Object implements RunnableWhichThrows<java.io.IOException>, Stoppable
| Constructor and Description |
|---|
FtpServer(java.net.InetSocketAddress endpoint,
int backlog,
Ftplett ftplett) |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
"To run" an instance means to call this method and wait until it returns.
|
void |
stop()
Returns when this
Stoppable has completely stopped. |
public FtpServer(java.net.InetSocketAddress endpoint,
int backlog,
Ftplett ftplett)
throws java.io.IOException
java.io.IOExceptionpublic void run()
throws java.io.IOException
RunnableWhichThrowsrun in interface RunnableWhichThrows<java.io.IOException>java.io.IOException