de.mud.flash
Class FlashTerminalServer

java.lang.Object
  |
  +--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,v 1.2 2002/05/26 14:17:05 leo Exp $
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