|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.hudson.tftpd.TFTPServer
public class TFTPServer
TFTP server.
| Constructor Summary | |
|---|---|
TFTPServer(PathResolver resolver)
|
|
| Method Summary | |
|---|---|
void |
close()
Closes the daemon. |
void |
execute()
Main loop of the TFTP server. |
static void |
main(java.lang.String[] args)
Debug main method. |
void |
run()
Calls execute() but handles the IOException by itself. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TFTPServer(PathResolver resolver)
| Method Detail |
|---|
public void run()
execute() but handles the IOException by itself.
run in interface java.lang.Runnable
public void execute()
throws java.io.IOException
Blocks until close() is invoked to initiate the shutdown.
java.io.IOExceptionpublic void close()
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||