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

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

Introduction

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

The text is from its open source code.

Constructor

CharGenUDPClient()
The default CharGenUDPClient constructor.

Method

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