org.glassfish.admin.mbeanserver.ssl
Class SecureRMIClientSocketFactory
java.lang.Object
javax.rmi.ssl.SslRMIClientSocketFactory
org.glassfish.admin.mbeanserver.ssl.SecureRMIClientSocketFactory
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.server.RMIClientSocketFactory
public final class SecureRMIClientSocketFactory
- extends javax.rmi.ssl.SslRMIClientSocketFactory
Inner class for SSL support for JMX connection using RMI.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SecureRMIClientSocketFactory
public SecureRMIClientSocketFactory(SSLParams sslParams,
java.net.InetAddress addr)
SecureRMIClientSocketFactory
public SecureRMIClientSocketFactory()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class javax.rmi.ssl.SslRMIClientSocketFactory
hashCode
public int hashCode()
- Overrides:
hashCode in class javax.rmi.ssl.SslRMIClientSocketFactory
createSocket
public java.net.Socket createSocket(java.lang.String host,
int port)
throws java.io.IOException
- Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory- Overrides:
createSocket in class javax.rmi.ssl.SslRMIClientSocketFactory
- Throws:
java.io.IOException
Copyright © 2012 GlassFish Community. All Rights Reserved.