com.adventnet.adaptors.rmi
Class RMISSLClientSocketFactory

java.lang.Object
  |
  +--com.adventnet.adaptors.rmi.RMISSLClientSocketFactory

public class RMISSLClientSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RMISSLClientSocketFactory()
           
 
Method Summary
(package private) static void ()
           
 java.net.Socket createSocket(java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMISSLClientSocketFactory

public RMISSLClientSocketFactory()
Method Detail

static void ()

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException
Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory