org.glassfish.admin.mbeanserver.ssl
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
SecureRMIClientSocketFactory
public SecureRMIClientSocketFactory(SSLParams sslParams,
InetAddress addr)
SecureRMIClientSocketFactory
public SecureRMIClientSocketFactory()
equals
public boolean equals(Object obj)
- Overrides:
equals in class SslRMIClientSocketFactory
hashCode
public int hashCode()
- Overrides:
hashCode in class SslRMIClientSocketFactory
createSocket
public Socket createSocket(String host,
int port)
throws IOException
- Specified by:
createSocket in interface RMIClientSocketFactory- Overrides:
createSocket in class SslRMIClientSocketFactory
- Throws:
IOException
Copyright © 2012. All Rights Reserved.