|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TFTPServer.ServerMode | |
---|---|
org.apache.commons.net.tftp |
Uses of TFTPServer.ServerMode in org.apache.commons.net.tftp |
---|
Methods in org.apache.commons.net.tftp that return TFTPServer.ServerMode | |
---|---|
static TFTPServer.ServerMode |
TFTPServer.ServerMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TFTPServer.ServerMode[] |
TFTPServer.ServerMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.commons.net.tftp with parameters of type TFTPServer.ServerMode | |
---|---|
TFTPServer(File serverReadDirectory,
File serverWriteDirectory,
int port,
TFTPServer.ServerMode mode,
PrintStream log,
PrintStream errorLog)
Start a TFTP Server on the specified port. |
|
TFTPServer(File serverReadDirectory,
File serverWriteDirectory,
TFTPServer.ServerMode mode)
Start a TFTP Server on the default port (69). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |