examples
Class Telnet
java.lang.Object
java.awt.event.WindowAdapter
examples.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)
|
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 |
Telnet
public Telnet()
Telnet
public Telnet(java.lang.String remoteHost)
Telnet
public Telnet(java.lang.String remoteHost,
int remotePort)
startMeUp
public void startMeUp()
main
public static void main(java.lang.String[] argv)
windowClosing
public void windowClosing(java.awt.event.WindowEvent e)