All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.oroinc.net.tftp.TFTPPacket
|
+----com.oroinc.net.tftp.TFTPRequestPacket
|
+----com.oroinc.net.tftp.TFTPReadRequestPacket
Details regarding the TFTP protocol and the format of TFTP packets can be found in RFC 783. But the point of these classes is to keep you from having to worry about the internals. Additionally, only very few people should have to care about any of the TFTPPacket classes or derived classes. Almost all users should only be concerned with the TFTPClient class receiveFile() and sendFile() methods.
Copyright © 1997 Original Reusable Objects, Inc. All rights reserved.
public TFTPReadRequestPacket(InetAddress destination,
int port,
String filename,
int mode)
All Packages Class Hierarchy This Package Previous Next Index