Maven module :un.protocol : protocol-telnet :
Class : un.protocol.telnet.TelnetClient
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : TelnetClient, TelnetClient, TelnetClient, TelnetClient, send, sendCommandWord, close




Create an telnet client on default port (7).
param  host telnet server name
throws  IOException
public void TelnetClient (Chars host)


Create an telnet client on default port (23).
param  address telnet server address
throws  IOException
public void TelnetClient (IPAddress address)


Create an telnet client.
param  host telnet server name
param  port telnet server port
throws  IOException
public void TelnetClient (Chars host, int port)


Create an telnet client.
param  address telnet server address
param  port telnet server port
throws  IOException
public void TelnetClient (IPAddress address, int port)


Send datas.
param  data byte array to send.
throws  IOException
public void send (byte[] data)

public void sendCommandWord (byte optionWord, byte commandWord)


Close telnet client.
throws  IOException
public void close ()