org.sapia.ubik.net
Class MyServer

java.lang.Object
  extended by org.sapia.ubik.net.SocketServer
      extended by org.sapia.ubik.net.MyServer
All Implemented Interfaces:
java.lang.Runnable

public class MyServer
extends SocketServer

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Field Summary
 
Fields inherited from class org.sapia.ubik.net.SocketServer
_fac
 
Constructor Summary
MyServer()
          Constructor for MyServer.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.sapia.ubik.net.SocketServer
close, disableStats, enableStats, getAddress, getPort, getRequestDurationStat, getRequestsPerSecondStat, getThreadCount, handleError, notifyStarted, run, waitStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyServer

public MyServer()
         throws java.io.IOException
Constructor for MyServer.

Throws:
java.io.IOException
Method Detail

main

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


Copyright © 2010 Sapia OSS. All Rights Reserved.