Class telnet

Class telnet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----telnet

public class telnet
extends Applet
implements Runnable, StatusPeer
A telnet implementation that supports different terminal emulations.

Variable Index

 o address
The host address to connect to.
 o emulation
Emulation type (default is vt320).
 o params
 o port
The port number (default ist 23).
 o term
The terminal emulation (dynamically loaded).
 o tio
The telnet io methods.

Constructor Index

 o telnet()

Method Index

 o getParameter(String)
 o getParameterInfo()
 o handleEvent(Event)
 o init()
Initialize applet.
 o main(String[])
The main function is called on startup of the application.
 o notifyStatus(Vector)
 o run()
 o start()

Variables

 o tio
  protected TelnetIO tio
The telnet io methods.
See Also:
TelnetIO
 o term
  protected Terminal term
The terminal emulation (dynamically loaded).
See Also:
emulation
 o address
  protected String address
The host address to connect to.
 o port
  protected int port
The port number (default ist 23).
 o emulation
  protected String emulation
Emulation type (default is vt320).
 o params
  public Hashtable params

Constructors

 o telnet
  public telnet()

Methods

 o getParameterInfo
  public String[][] getParameterInfo()
Overrides:
getParameterInfo in class Applet
 o getParameter
  public String getParameter(String name)
Overrides:
getParameter in class Applet
 o main
  public static void main(String args[])
The main function is called on startup of the application.
 o init
  public void init()
Initialize applet.
Overrides:
init in class Applet
 o start
  public void start()
Overrides:
start in class Applet
 o run
  public void run()
 o handleEvent
  public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o notifyStatus
  public Object notifyStatus(Vector status)