Package | Description |
---|---|
org.apache.commons.net.tftp |
TFTP cliemt implementation
|
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.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.