API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.rmi.ssl. SslRMIServerSocketFactory View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      SslRMIServerSocketFactory
Implements
 RMIServerSocketFactory
Subclasses
Description
public class SslRMIServerSocketFactory
  An SslRMIServerSocketFactory instance is used by the RMI runtime in order to obtain server sockets for RMI calls via SSL.
Constructors
public SslRMIServerSocketFactory ()
  Creates a new SslRMIServerSocketFactory with the default SSL socket configuration.
public SslRMIServerSocketFactory (String enabledCipherSuites, String enabledProtocols, boolean needClientAuth) throws IllegalArgumentException
  Creates a new SslRMIServerSocketFactory with the specified SSL socket configuration.
Methods
Hide/Show inherited methods
public ServerSocket createServerSocket (int port) throws IOException [Specified in RMIServerSocketFactory]
  Creates a server socket that accepts SSL connections configured according to this factory's SSL socket configuration parameters.
public boolean equals (Object obj)
  Indicates whether some other object is "equal to" this one.
publicfinal String getEnabledCipherSuites ()
  Returns the names of the cipher suites enabled on SSL connections accepted by server sockets created by this factory, or null if this factory uses the cipher suites that are enabled by default.
publicfinal String getEnabledProtocols ()
  Returns the names of the protocol versions enabled on SSL connections accepted by server sockets created by this factory, or null if this factory uses the protocol versions that are enabled by default.
publicfinal boolean getNeedClientAuth ()
  Returns true if client authentication is required on SSL connections accepted by server sockets created by this factory.
public int hashCode ()
  Returns a hash code value for this SslRMIServerSocketFactory.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar