KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > rmi > ssl > SslRMIClientSocketFactory

javax.rmi.ssl
Class SslRMIClientSocketFactory

java.lang.Object
  extended by 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  

Free Books   Free Magazines  
Popular Tags