Interface TftpFileReceiver
- 
- All Known Implementing Classes:
 DeviceConfigDispatcher
public interface TftpFileReceiver 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFileReceived(InetAddress address, String fileName, byte[] content)Signals that a file was received. 
 - 
 
- 
- 
Method Detail
- 
onFileReceived
void onFileReceived(InetAddress address, String fileName, byte[] content)
Signals that a file was received.- Parameters:
 address- The address where the write request originated fromfileName- The name of the received filecontent- The content of the file
 
 - 
 
 -