API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.rmi.ssl. SslRMIClientSocketFactory View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      SslRMIClientSocketFactory
Implements
 RMIClientSocketFactory
 Serializable
Subclasses
Description
public class SslRMIClientSocketFactory
  An SslRMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls via SSL.
Constructors
public SslRMIClientSocketFactory ()
  Creates a new SslRMIClientSocketFactory.
Methods
Hide/Show inherited methods
public Socket createSocket (String host, int port) throws IOException [Specified in RMIClientSocketFactory]
  Creates an SSL socket.
public boolean equals (Object obj)
  Indicates whether some other object is "equal to" this one.
public int hashCode ()
  Returns a hash code value for this SslRMIClientSocketFactory.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar