API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.server. RMIClientSocketFactory View Source
Author(s)
Ann Wollrath
Peter Jones
Since
1.2
Version
1.12, 11/17/05
Serial
Hierarchy
 RMIClientSocketFactory
Subinterfaces
Description
public interface RMIClientSocketFactory
  An RMIClientSocketFactory instance is used by the RMI runtime in order to obtain client sockets for RMI calls.
Methods
Hide/Show inherited methods
public Socket createSocket (String host, int port) throws IOException
  Create a client socket connected to the specified host and port.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar