util.rmi
Class Vpn.VpnServerSocketFactory

java.lang.Object
  extended by util.rmi.Vpn.VpnServerSocketFactory
All Implemented Interfaces:
RMIServerSocketFactory
Enclosing class:
Vpn

public static class Vpn.VpnServerSocketFactory
extends Object
implements RMIServerSocketFactory


Constructor Summary
Vpn.VpnServerSocketFactory()
           
 
Method Summary
 ServerSocket createServerSocket(int port)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vpn.VpnServerSocketFactory

public Vpn.VpnServerSocketFactory()
Method Detail

createServerSocket

public ServerSocket createServerSocket(int port)
                                throws IOException
Specified by:
createServerSocket in interface RMIServerSocketFactory
Throws:
IOException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object