Class SecureRMIClientSocketFactory
- java.lang.Object
-
- javax.rmi.ssl.SslRMIClientSocketFactory
-
- org.glassfish.admin.mbeanserver.ssl.SecureRMIClientSocketFactory
-
- All Implemented Interfaces:
Serializable,RMIClientSocketFactory
public final class SecureRMIClientSocketFactory extends SslRMIClientSocketFactory
Inner class for SSL support for JMX connection using RMI.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecureRMIClientSocketFactory()SecureRMIClientSocketFactory(SSLParams sslParams, InetAddress addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketcreateSocket(String host, int port)booleanequals(Object obj)inthashCode()
-
-
-
Constructor Detail
-
SecureRMIClientSocketFactory
public SecureRMIClientSocketFactory(SSLParams sslParams, InetAddress addr)
-
SecureRMIClientSocketFactory
public SecureRMIClientSocketFactory()
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSslRMIClientSocketFactory
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSslRMIClientSocketFactory
-
createSocket
public Socket createSocket(String host, int port) throws IOException
- Specified by:
createSocketin interfaceRMIClientSocketFactory- Overrides:
createSocketin classSslRMIClientSocketFactory- Throws:
IOException
-
-