org.indy.telnet
Class TelnetClient

java.lang.Object
  |
  +--org.indy.BaseComponent
        |
        +--org.indy.IndyComponent
              |
              +--org.indy.TCPClient
                    |
                    +--org.indy.telnet.TelnetClient

public class TelnetClient
extends TCPClient

DOCUMENT ME!

Version:
$Revision$
Author:
$author$

Inner Class Summary
static class TelnetClient.TelnetState
           
 
Inner classes inherited from class org.indy.IndyComponent
IndyComponent.WorkMode
 
Fields inherited from class org.indy.TCPClient
boundIP, boundPort, connection, host, ioHandler, listenerList, password, port, username
 
Constructor Summary
TelnetClient()
          Creates a new TelnetClient object.
 
Method Summary
protected  void doOnCommand()
          DOCUMENT ME!
 
Methods inherited from class org.indy.TCPClient
addTCPClientListener, allData, connect, connect, connectAndGetAll, currentReadBuffer, disconnect, getBoundIP, getBoundPort, getHost, getIOHandler, getMaximumLineLength, getPassword, getPort, getReadTimeOut, getUsername, isConnected, readBuffer, readChar, readInt, readLine, readLine, readLineWait, readLineWait, readLong, readShort, readStream, removeTCPClientListener, setBoundIP, setBoundPort, setHost, setIOHandler, setMaximumLineLength, setPassword, setPort, setReadTimeOut, setUsername, write, writeBuffer, writeFile, writeHeader, writeInt, writeLine, writeLong, writeRFCReply, writeRFCStrings, writeShort, writeStream, writeStrings
 
Methods inherited from class org.indy.IndyComponent
addComponentListener, doBeginWork, doBeginWork, doEndWork, doStatus, doStatus, doWork, getLocalName, removeComponentListener
 
Methods inherited from class org.indy.BaseComponent
getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelnetClient

public TelnetClient()
Creates a new TelnetClient object.
Method Detail

doOnCommand

protected void doOnCommand()
DOCUMENT ME!


Copyright © 2002-2002 IndyJ. All Rights Reserved.