util.rmi
Class Vpn.VpnSocket

java.lang.Object
  extended by java.net.Socket
      extended by util.rmi.Vpn.VpnSocket
Enclosing class:
Vpn

public static class Vpn.VpnSocket
extends Socket


Constructor Summary
Vpn.VpnSocket()
           
Vpn.VpnSocket(String host, int port)
           
 
Method Summary
 
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, setPerformancePreferences, 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

Vpn.VpnSocket

public Vpn.VpnSocket()
              throws IOException
Throws:
IOException

Vpn.VpnSocket

public Vpn.VpnSocket(String host,
                     int port)
              throws IOException
Throws:
IOException