| Package | Description | 
|---|---|
| org.apache.commons.net.tftp | TFTP cliemt implementation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TFTPAckPacketA final class derived from TFTPPacket definiing the TFTP Acknowledgement
 packet type. | 
| class  | TFTPDataPacketA final class derived from TFTPPacket definiing the TFTP Data
 packet type. | 
| class  | TFTPErrorPacketA final class derived from TFTPPacket definiing the TFTP Error
 packet type. | 
| class  | TFTPReadRequestPacketA class derived from TFTPRequestPacket definiing a TFTP read request
 packet type. | 
| class  | TFTPRequestPacketAn abstract class derived from TFTPPacket definiing a TFTP Request
 packet type. | 
| class  | TFTPWriteRequestPacketA class derived from TFTPRequestPacket definiing a TFTP write request
 packet type. | 
| Modifier and Type | Method and Description | 
|---|---|
| TFTPPacket | TFTP. bufferedReceive()This is a special method to perform a more efficient packet receive. | 
| static TFTPPacket | TFTPPacket. newTFTPPacket(DatagramPacket datagram)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. | 
| TFTPPacket | TFTP. receive()Receives a TFTPPacket. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TFTP. bufferedSend(TFTPPacket packet)This is a special method to perform a more efficient packet send. | 
| void | TFTP. send(TFTPPacket packet)Sends a TFTP packet to its destination. | 
| protected void | TFTP. trace(String direction,
     TFTPPacket packet)Trace facility; this implementation does nothing. | 
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.