util.rmi
Class Vpn.VpnClientSocketFactory

java.lang.Object
  extended by util.rmi.Vpn.VpnClientSocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory
Enclosing class:
Vpn

public static class Vpn.VpnClientSocketFactory
extends Object
implements RMIClientSocketFactory, Serializable

See Also:
Serialized Form

Constructor Summary
Vpn.VpnClientSocketFactory()
           
 
Method Summary
 Socket createSocket(String host, 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.VpnClientSocketFactory

public Vpn.VpnClientSocketFactory()
Method Detail

createSocket

public Socket createSocket(String host,
                           int port)
                    throws IOException
Specified by:
createSocket in interface RMIClientSocketFactory
Throws:
IOException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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