Interface TftpFileReceiver

    • 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 from
        fileName - The name of the received file
        content - The content of the file