Uses of Class org.apache.commons.net.tftp.TFTPPacket

Uses in package org.apache.commons.net.tftp

Classes derived from org.apache.commons.net.tftp.TFTPPacket

class
A final class derived from TFTPPacket definiing the TFTP Acknowledgement packet type.
class
A final class derived from TFTPPacket definiing the TFTP Data packet type.
class
A final class derived from TFTPPacket definiing the TFTP Error packet type.
class
A class derived from TFTPRequestPacket definiing a TFTP read request packet type.
class
An abstract class derived from TFTPPacket definiing a TFTP Request packet type.
class
A class derived from TFTPRequestPacket definiing a TFTP write request packet type.

Methods with parameter type org.apache.commons.net.tftp.TFTPPacket

void
This is a special method to perform a more efficient packet send.
void
Sends a TFTP packet to its destination.

Methods with return type org.apache.commons.net.tftp.TFTPPacket

TFTPPacket
This is a special method to perform a more efficient packet receive.
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
Receives a TFTPPacket.