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

Packages that use TFTPPacketException
org.apache.commons.net.tftp   
 

Uses of TFTPPacketException in org.apache.commons.net.tftp
 

Methods in org.apache.commons.net.tftp that throw TFTPPacketException
static TFTPPacket TFTPPacket.newTFTPPacket(java.net.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.bufferedReceive()
          This is a special method to perform a more efficient packet receive.
 TFTPPacket TFTP.receive()
          Receives a TFTPPacket.
 



Copyright © 1997-2003 Apache Software Foundation. All Rights Reserved.