org.apache.geronimo.kernel.rmi
Class GeronimoSslRMIClientSocketFactory

java.lang.Object
  extended by javax.rmi.ssl.SslRMIClientSocketFactory
      extended by org.apache.geronimo.kernel.rmi.GeronimoSslRMIClientSocketFactory
All Implemented Interfaces:
Serializable, RMIClientSocketFactory

public class GeronimoSslRMIClientSocketFactory
extends SslRMIClientSocketFactory

See Also:
Serialized Form

Constructor Summary
GeronimoSslRMIClientSocketFactory(int readTimeout)
           
 
Method Summary
 Socket createSocket(String host, int port)
           
 
Methods inherited from class javax.rmi.ssl.SslRMIClientSocketFactory
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoSslRMIClientSocketFactory

public GeronimoSslRMIClientSocketFactory(int readTimeout)
Method Detail

createSocket

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


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.