edu.virginia.cs.mng.hypercast.DT
Class DT_Server

java.lang.Object
  |
  +--edu.virginia.cs.mng.hypercast.DT.DT_Server

public final class DT_Server
extends java.lang.Object

This class implements the DT Protocol server.


Field Summary
(package private)  OverlayObject overlayObject
           
 
Constructor Summary
(package private) DT_Server(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
          Start the DT server.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

overlayObject

OverlayObject overlayObject
Constructor Detail

DT_Server

DT_Server(int port)
Method Detail

main

public static void main(java.lang.String[] args)
Start the DT server.