Class EdalSslRmiClientSocketFactory

  • All Implemented Interfaces:
    java.io.Serializable, java.rmi.server.RMIClientSocketFactory

    public class EdalSslRmiClientSocketFactory
    extends javax.rmi.ssl.SslRMIClientSocketFactory
    eDAL implementation for the SslRMIClientSocketFactory using a constant port.
    See Also:
    Serialized Form
    • Method Summary

      Modifier and Type Method Description
      java.net.Socket createSocket​(java.lang.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

      • EdalSslRmiClientSocketFactory

        public EdalSslRmiClientSocketFactory​(int port,
                                             java.net.URL path2KeyStore)
      • EdalSslRmiClientSocketFactory

        public EdalSslRmiClientSocketFactory​(java.net.URL path2KeyStore)
    • Method Detail

      • 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
        Overrides:
        createSocket in class javax.rmi.ssl.SslRMIClientSocketFactory
        Throws:
        java.io.IOException