Class | Description |
---|---|
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.
|
TFTPAckPacket |
A final class derived from TFTPPacket definiing the TFTP Acknowledgement packet type.
|
TFTPClient |
The TFTPClient class encapsulates all the aspects of the TFTP protocol necessary to receive and send files through TFTP.
|
TFTPDataPacket |
A final class derived from TFTPPacket definiing the TFTP Data packet type.
|
TFTPErrorPacket |
A final class derived from TFTPPacket definiing the TFTP Error packet type.
|
TFTPPacket |
TFTPPacket is an abstract class encapsulating the functionality common to the 5 types of TFTP packets.
|
TFTPReadRequestPacket |
A class derived from TFTPRequestPacket definiing a TFTP read request packet type.
|
TFTPRequestPacket |
An abstract class derived from TFTPPacket definiing a TFTP Request packet type.
|
TFTPWriteRequestPacket |
A class derived from TFTPRequestPacket definiing a TFTP write request packet type.
|
Exception | Description |
---|---|
TFTPPacketException |
A class used to signify the occurrence of an error in the creation of a TFTP packet.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.