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.
-
address
- The host address to connect to.
-
emulation
- Emulation type (default is vt320).
-
params
-
-
port
- The port number (default ist 23).
-
term
- The terminal emulation (dynamically loaded).
-
tio
- The telnet io methods.
-
telnet()
-
-
getParameter(String)
-
-
getParameterInfo()
-
-
handleEvent(Event)
-
-
init()
- Initialize applet.
-
main(String[])
- The main function is called on startup of the application.
-
notifyStatus(Vector)
-
-
run()
-
-
start()
-
tio
protected TelnetIO tio
- The telnet io methods.
- See Also:
- TelnetIO
term
protected Terminal term
- The terminal emulation (dynamically loaded).
- See Also:
- emulation
address
protected String address
- The host address to connect to.
port
protected int port
- The port number (default ist 23).
emulation
protected String emulation
- Emulation type (default is vt320).
params
public Hashtable params
telnet
public telnet()
getParameterInfo
public String[][] getParameterInfo()
- Overrides:
- getParameterInfo in class Applet
getParameter
public String getParameter(String name)
- Overrides:
- getParameter in class Applet
main
public static void main(String args[])
- The main function is called on startup of the application.
init
public void init()
- Initialize applet.
- Overrides:
- init in class Applet
start
public void start()
- Overrides:
- start in class Applet
run
public void run()
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
notifyStatus
public Object notifyStatus(Vector status)