java.lang.Object
javax.rmi.ssl.SslRMIClientSocketFactory
- All Implemented Interfaces:
- Serializable, RMIClientSocketFactory
- See Also:
- Source Code,
SSLSocket.setEnabledProtocols(String[])
, SSLSocket.setEnabledCipherSuites(String[])
, hashCode
, equals
, createSocket(String,int)
, SSLSocketFactory.getDefault()
,
SslRMIServerSocketFactory
public Socket createSocket(String host,
int port)
throws IOException
- See Also:
- RMIClientSocketFactory,
SSLSocket.setEnabledProtocols(String[])
, SSLSocket.setEnabledCipherSuites(String[])
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object obj)
- See Also:
Hashtable
, Object.hashCode()
, hashCode()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public SslRMIClientSocketFactory()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples