public class SslRMIClientSocketFactory extends Object implements RMIClientSocketFactory, Serializable
javax.rmi.ssl.client.enabledCipherSuites
javax.rmi.ssl.client.enabledProtocols
These properties will specify a list of SSL/TLS cipher suites and protocols,
respectively, to enable on the created sockets.
Both properties should consist of a comma-separated list.Constructor and Description |
---|
SslRMIClientSocketFactory()
Creates a new SslRMIClientSocketFactory
|
public SslRMIClientSocketFactory()
public Socket createSocket(String host, int port) throws IOException
createSocket
in interface RMIClientSocketFactory
IOException
- if an error occurs on socket creation.public boolean equals(Object obj)
equals
in class Object
obj
- the Object to compare toObject.hashCode()
public int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)