de.mud.jta
Class Main

java.lang.Object
  |
  +--de.mud.jta.Main

public class Main
extends java.lang.Object

The Java Telnet Application

This is the implementation of whole set of applications. It's modular structure allows to configure the software to act either as a sophisticated terminal emulation and/or, adding the network backend, as telnet implementation. Additional modules provide features like scripting or an improved graphical user interface.

This software is written entirely in Javatm.

This is the main program for the command line telnet. It initializes the system and adds all needed components, such as the telnet backend and the terminal front end. In contrast to applet functionality it parses command line arguments used for configuring the software. Additionally this application is not restricted in the sense of Javatmp security.

Maintainer: Matthias L. Jugel

Version:
$Id: Main.java,v 2.24 2002/05/06 07:24:20 leo Exp $
Author:
Matthias L. Jugel, Marcus Meißner

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

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