Class SecureRMIServerSocketFactory
- java.lang.Object
-
- javax.rmi.ssl.SslRMIServerSocketFactory
-
- org.glassfish.admin.mbeanserver.ssl.SecureRMIServerSocketFactory
-
- All Implemented Interfaces:
RMIServerSocketFactory
public class SecureRMIServerSocketFactory extends SslRMIServerSocketFactory
Inner class for SSL support for JMX connection using RMI.- Author:
- prasad
-
-
Constructor Summary
Constructors Constructor Description SecureRMIServerSocketFactory(org.glassfish.hk2.api.ServiceLocator habitat, org.glassfish.grizzly.config.dom.Ssl sslConfig, InetAddress addr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerSocketcreateServerSocket(int port)booleanequals(Object o)inthashCode()-
Methods inherited from class javax.rmi.ssl.SslRMIServerSocketFactory
getEnabledCipherSuites, getEnabledProtocols, getNeedClientAuth
-
-
-
-
Constructor Detail
-
SecureRMIServerSocketFactory
public SecureRMIServerSocketFactory(org.glassfish.hk2.api.ServiceLocator habitat, org.glassfish.grizzly.config.dom.Ssl sslConfig, InetAddress addr)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSslRMIServerSocketFactory
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSslRMIServerSocketFactory
-
createServerSocket
public ServerSocket createServerSocket(int port) throws IOException
- Specified by:
createServerSocketin interfaceRMIServerSocketFactory- Overrides:
createServerSocketin classSslRMIServerSocketFactory- Throws:
IOException
-
-