Classes in org.apache.commons.net.tftp used by org.apache.commons.net.tftp |
TFTP
The TFTP class exposes a set of methods to allow you to deal with the TFTP
protocol directly, in case you want to write your own TFTP client or
server. |
TFTPPacket
TFTPPacket is an abstract class encapsulating the functionality common
to the 5 types of TFTP packets. |
TFTPPacketException
A class used to signify the occurrence of an error in the creation of
a TFTP packet. |
TFTPRequestPacket
An abstract class derived from TFTPPacket definiing a TFTP Request
packet type. |