public final class SecureRMIClientSocketFactory extends SslRMIClientSocketFactory
Constructor and Description |
---|
SecureRMIClientSocketFactory() |
SecureRMIClientSocketFactory(SSLParams sslParams,
InetAddress addr) |
Modifier and Type | Method and Description |
---|---|
Socket |
createSocket(String host,
int port) |
boolean |
equals(Object obj) |
int |
hashCode() |
public SecureRMIClientSocketFactory(SSLParams sslParams, InetAddress addr)
public SecureRMIClientSocketFactory()
public boolean equals(Object obj)
equals
in class SslRMIClientSocketFactory
public int hashCode()
hashCode
in class SslRMIClientSocketFactory
public Socket createSocket(String host, int port) throws IOException
createSocket
in interface RMIClientSocketFactory
createSocket
in class SslRMIClientSocketFactory
IOException
Copyright © 2019. All rights reserved.