Package | Description |
---|---|
sk.fiit.jim.agent.server |
Modifier and Type | Field and Description |
---|---|
private TFTPServer.ServerMode |
TFTPServer.mode_ |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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).
|