org.vrspace.util
Class PortMapperSocket

java.lang.Object
  extended byjava.net.Socket
      extended byorg.vrspace.util.PortMapperSocket

public class PortMapperSocket
extends java.net.Socket

Author:
rmeyers

Constructor Summary
PortMapperSocket(java.lang.String host, int portMapperPort, int port)
          Creates a new instance of PortMapperSocket
 
Methods inherited from class java.net.Socket
bind, close, connect, connect, getChannel, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortMapperSocket

public PortMapperSocket(java.lang.String host,
                        int portMapperPort,
                        int port)
                 throws java.lang.Exception
Creates a new instance of PortMapperSocket