Example usage for org.apache.commons.net.tftp TFTP subclass-usage

List of usage examples for org.apache.commons.net.tftp TFTP subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.net.tftp TFTP subclass-usage.

Usage

From source file org.jnode.net.ipv4.tftp.TFTPServer.java

/**
 * TFTP server. Currently only supports one client at a time.
 * 
 * @author markhale
 */
public class TFTPServer extends TFTP {