All Packages Class Hierarchy This Package Previous Next Index
Class gnu.inet.tftp.TftpServerConnection
java.lang.Object
|
+----gnu.inet.tftp.TftpServerConnection
- public class TftpServerConnection
- extends Object
- implements Runnable
TftpServerConnection
A class to manage either a read or write tftp server side request
- Version:
- 0.7
- Author:
- Mark Benvenuto
- See Also:
- Tftpd, TftpReadConnection, TftpWriteConnection
-
readString(byte[], int)
-
-
run()
- Processes the TftpServerConnection
run
public void run()
- Processes the TftpServerConnection
readString
protected String readString(byte rs[],
int off)
All Packages Class Hierarchy This Package Previous Next Index