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

Method Index

 o readString(byte[], int)
 o run()
Processes the TftpServerConnection

Methods

 o run
 public void run()
Processes the TftpServerConnection

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index