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

Method Index

 o processConnection()
Processes the write connection
 o readString(byte[], int)

Methods

 o processConnection
 public void processConnection()
Processes the write connection

 o readString
 protected String readString(byte rs[],
                             int off)

All Packages  Class Hierarchy  This Package  Previous  Next  Index