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