public static class JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory extends SslRMIServerSocketFactory
| Constructor and Description | 
|---|
| JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory(String[] enabledCipherSuites,
                                                        String[] enabledProtocols,
                                                        boolean needClientAuth,
                                                        String address) | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerSocket | createServerSocket(int port) | 
| boolean | equals(Object obj) | 
| int | hashCode() | 
getEnabledCipherSuites, getEnabledProtocols, getNeedClientAuthpublic ServerSocket createServerSocket(int port) throws IOException
createServerSocket in interface RMIServerSocketFactorycreateServerSocket in class SslRMIServerSocketFactoryIOExceptionpublic int hashCode()
hashCode in class SslRMIServerSocketFactorypublic boolean equals(Object obj)
equals in class SslRMIServerSocketFactoryCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.