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.SslRMIClientSocketFactory
eDAL implementation for theSslRMIClientSocketFactory
using 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.Socket
createSocket(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:
createSocket
in interfacejava.rmi.server.RMIClientSocketFactory
- Overrides:
createSocket
in classjavax.rmi.ssl.SslRMIClientSocketFactory
- Throws:
java.io.IOException
-
-