|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.unkrig.commons.net.ftp.FtpServer
public class FtpServer
See RFC 959: "FILE TRANSFER PROTOCOL (FTP)"
| Constructor Summary | |
|---|---|
FtpServer(java.net.InetSocketAddress endpoint,
int backlog,
Ftplett ftplett)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpServer(java.net.InetSocketAddress endpoint,
int backlog,
Ftplett ftplett)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void run()
throws java.io.IOException
RunnableWhichThrows
run in interface RunnableWhichThrows<java.io.IOException>java.io.IOExceptionpublic void stop()
StoppableStoppable has completely stopped.
stop in interface Stoppable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||