TFTP cliemt implementation
-
final class
A final class derived from TFTPPacket defining the TFTP Acknowledgement packet type.
final class
A final class derived from TFTPPacket defining the TFTP Data packet type.
final class
A final class derived from TFTPPacket defining the TFTP Error packet type.
final class
A class derived from TFTPRequestPacket defining a TFTP read request packet type.
class
An abstract class derived from TFTPPacket definiing a TFTP Request packet type.
final class
A class derived from TFTPRequestPacket defining a TFTP write request packet type.
This is a special method to perform a more efficient packet receive.
When you receive a datagram that you expect to be a TFTP packet, you use this factory method to create the proper TFTPPacket object encapsulating the
data contained in that datagram.
final void
This is a special method to perform a more efficient packet send.
final void
Sends a TFTP packet to its destination.
protected void
Trace facility; this implementation does nothing.