Class EdalSslRmiServerSocketFactory

  • All Implemented Interfaces:
    java.rmi.server.RMIServerSocketFactory

    public class EdalSslRmiServerSocketFactory
    extends javax.rmi.ssl.SslRMIServerSocketFactory
    eDAL implementation for the SslRMIServerSocketFactory using a constant port.
    • Method Summary

      Modifier and Type Method Description
      java.net.ServerSocket createServerSocket​(int port)
      • Methods inherited from class javax.rmi.ssl.SslRMIServerSocketFactory

        equals, getEnabledCipherSuites, getEnabledProtocols, getNeedClientAuth, hashCode
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EdalSslRmiServerSocketFactory

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

        public EdalSslRmiServerSocketFactory​(java.net.URL path2KeyStore)
      • EdalSslRmiServerSocketFactory

        public EdalSslRmiServerSocketFactory​(java.net.URL path2KeyStore,
                                             java.lang.String[] enabledCipherSuites,
                                             java.lang.String[] enabledProtocols,
                                             boolean needClientAuth)
    • Method Detail

      • createServerSocket

        public java.net.ServerSocket createServerSocket​(int port)
                                                 throws java.io.IOException
        Specified by:
        createServerSocket in interface java.rmi.server.RMIServerSocketFactory
        Overrides:
        createServerSocket in class javax.rmi.ssl.SslRMIServerSocketFactory
        Throws:
        java.io.IOException