util.rmi
Class Vpn.VpnServerSocket

java.lang.Object
  extended by java.net.ServerSocket
      extended by util.rmi.Vpn.VpnServerSocket
Enclosing class:
Vpn

public static class Vpn.VpnServerSocket
extends ServerSocket


Constructor Summary
Vpn.VpnServerSocket(int port)
           
 
Method Summary
 Socket accept()
           
 
Methods inherited from class java.net.ServerSocket
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vpn.VpnServerSocket

public Vpn.VpnServerSocket(int port)
                    throws IOException
Throws:
IOException
Method Detail

accept

public Socket accept()
              throws IOException
Overrides:
accept in class ServerSocket
Throws:
IOException