KickJava   Java API By Example, From Geeks To Geeks.

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

javax.rmi.ssl
Class SslRMIServerSocketFactory

java.lang.Object
  extended by javax.rmi.ssl.SslRMIServerSocketFactory
All Implemented Interfaces:
RMIServerSocketFactory
See Also:
Source Code, hashCode, equals, createServerSocket(int), SSLServerSocketFactory.getDefault(), SSLSocketFactory.getDefault(), SslRMIClientSocketFactory

public ServerSocket createServerSocket(int port)
                                throws IOException
See Also:
RMIServerSocketFactory
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 final String[] getEnabledCipherSuites()
See Also:
SSLSocket.setEnabledCipherSuites(java.lang.String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String[] getEnabledProtocols()
See Also:
SSLSocket.setEnabledProtocols(java.lang.String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final boolean getNeedClientAuth()
See Also:
SSLSocket.setNeedClientAuth(boolean)
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 SslRMIServerSocketFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SslRMIServerSocketFactory(String[] enabledCipherSuites,
                                 String[] enabledProtocols,
                                 boolean needClientAuth)
                          throws IllegalArgumentException
See Also:
SSLSocket.setNeedClientAuth(boolean), SSLSocket.setEnabledProtocols(java.lang.String[]), SSLSocket.setEnabledCipherSuites(java.lang.String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags