Class SSLRMIClientSocketFactory

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

    public class SSLRMIClientSocketFactory
    extends java.lang.Object
    implements java.io.Serializable, java.rmi.server.RMIClientSocketFactory
    Implementierung der clientseitigen Socket-Factory fuer RMI mit SSL-Support.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • SSLRMIClientSocketFactory

        public SSLRMIClientSocketFactory()
    • 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
        Throws:
        java.io.IOException
        See Also:
        RMIClientSocketFactory.createSocket(java.lang.String, int)