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

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

Introduction

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

The text is from its open source code.

Method

InetAddressgetAddress()
Returns the address of the host where the packet is going to be sent or where it came from.
StringgetFilename()
Returns the requested filename.
intgetMode()
Returns the transfer mode of the request.
intgetPort()
Returns the port where the packet is going to be sent or where it came from.