de.mud.flash
Class FlashTerminalServer

java.lang.Object
  extended by de.mud.flash.FlashTerminalServer
All Implemented Interfaces:
java.lang.Runnable

public class FlashTerminalServer
extends java.lang.Object
implements java.lang.Runnable

Flash Terminal Server implementation

Maintainer: Matthias L. Jugel

Version:
$Id: FlashTerminalServer.java 499 2005-09-29 08:24:54Z leo $
Author:
Matthias L. Jugel, Marcus Mei???ner

Constructor Summary
FlashTerminalServer(java.lang.String host, java.lang.String port, java.net.Socket flashSocket)
           
 
Method Summary
static void main(java.lang.String[] args)
          Read all parameters from the applet configuration and do initializations for the plugins and the applet.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashTerminalServer

public FlashTerminalServer(java.lang.String host,
                           java.lang.String port,
                           java.net.Socket flashSocket)
Method Detail

main

public static void main(java.lang.String[] args)
Read all parameters from the applet configuration and do initializations for the plugins and the applet.


run

public void run()
Specified by:
run in interface java.lang.Runnable