Package org.jvnet.hudson.tftpd.impl

Class Summary
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.
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.
TFTPOAckPacket  
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.
 

Exception Summary
TFTPPacketException A class used to signify the occurrence of an error in the creation of a TFTP packet.
 



Copyright © 2009. All Rights Reserved.