unitee.server
Class UniteeServer

java.lang.Object
  |
  +--unitee.server.UniteeServer

public class UniteeServer
extends java.lang.Object

Dispatcher class for incoming connections. For each connection request a Listener thread is created and being run until the client closes the connection. For multithreaded client application , a new thread is created for every new connection.


Constructor Summary
UniteeServer()
           
 
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

UniteeServer

public UniteeServer()
Method Detail

main

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