All Packages Class Hierarchy This Package Previous Next Index
Class gnu.inet.tftp.TftpReadConnection
java.lang.Object
|
+----gnu.inet.tftp.TftpReadConnection
- public class TftpReadConnection
- extends Object
TftpReadConnection
A class to manage an entire read tftp request.
This class processes the file as a thread.
- Version:
- 0.6
- Author:
- Mark Benvenuto
- See Also:
- Tftp, TftpReadConnection, TftpWriteConnection
-
processConnection()
- Processes the read connection
-
readString(byte[], int)
-
processConnection
public void processConnection()
- Processes the read connection
readString
protected String readString(byte rs[],
int off)
All Packages Class Hierarchy This Package Previous Next Index