Class EdalSslRmiClientSocketFactory
- java.lang.Object
-
- javax.rmi.ssl.SslRMIClientSocketFactory
-
- de.ipk_gatersleben.bit.bi.edal.rmi.server.ssl.EdalSslRmiClientSocketFactory
-
- All Implemented Interfaces:
java.io.Serializable,java.rmi.server.RMIClientSocketFactory
public class EdalSslRmiClientSocketFactory extends javax.rmi.ssl.SslRMIClientSocketFactoryeDAL implementation for theSslRMIClientSocketFactoryusing a constant port.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdalSslRmiClientSocketFactory(int port, java.net.URL path2KeyStore)EdalSslRmiClientSocketFactory(java.net.URL path2KeyStore)
-
Method Summary
Modifier and Type Method Description java.net.SocketcreateSocket(java.lang.String host, int port)
-
-
-
Method Detail
-
createSocket
public java.net.Socket createSocket(java.lang.String host, int port) throws java.io.IOException- Specified by:
createSocketin interfacejava.rmi.server.RMIClientSocketFactory- Overrides:
createSocketin classjavax.rmi.ssl.SslRMIClientSocketFactory- Throws:
java.io.IOException
-
-