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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidclose()
Closes the DatagramSocket used for the connection.
voidopen()
Opens a DatagramSocket on the local host at the first available port.
intreceive(byte[] data)
Same as receive(data, data.length)
voidsend(byte[] data, InetAddress host)
Same as send(data, data.length, host)
voidsetSoTimeout(int timeout)
Set the timeout in milliseconds of a currently open connection.