net.web
Class PortMap

java.lang.Object
  extended by net.web.PortMap
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
PortMap()
           
PortMap(java.net.Socket socket)
           
 
Method Summary
static void main(java.lang.String[] arg)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortMap

public PortMap()

PortMap

public PortMap(java.net.Socket socket)
        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

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

run

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