org.vrspace.server
Class PortMapper.Joint

java.lang.Object
  extended byorg.vrspace.server.PortMapper.Joint
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
PortMapper

public class PortMapper.Joint
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
PortMapper.Joint(java.io.InputStream in, java.io.OutputStream out)
           
 
Method Summary
 void run()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortMapper.Joint

public PortMapper.Joint(java.io.InputStream in,
                        java.io.OutputStream out)
Method Detail

start

public void start()

run

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