examples
Class Telnet

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byexamples.Telnet
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener

public class Telnet
extends java.awt.event.WindowAdapter

Demonstrates the terminal window. This class opens a pure telnet connection to anywhere. SSH is not involved at all.


Constructor Summary
Telnet()
           
Telnet(java.lang.String remoteHost)
           
Telnet(java.lang.String remoteHost, int remotePort)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 void startMeUp()
           
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Telnet

public Telnet()

Telnet

public Telnet(java.lang.String remoteHost)

Telnet

public Telnet(java.lang.String remoteHost,
              int remotePort)
Method Detail

startMeUp

public void startMeUp()

main

public static void main(java.lang.String[] argv)

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)