Java org.apache.commons.net.tftp TFTP fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.tftp TFTP fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.tftp TFTP.

The text is from its open source code.

Subclass

org.apache.commons.net.tftp.TFTP has subclasses.
Click this link to see all its subclasses.

Field

intASCII_MODE
The ascii transfer mode.
intNETASCII_MODE
The netascii transfer mode.
intBINARY_MODE
The binary transfer mode.
intOCTET_MODE
The octet transfer mode.
intDEFAULT_PORT
The default TFTP port according to RFC 783 is 69.

Constructor

TFTP()
Creates a TFTP instance with a default timeout of DEFAULT_TIMEOUT, a null socket, and buffered operations disabled.