com.sun.appserv.management.client
Class AdminRMISSLClientSocketFactory
java.lang.Object
com.sun.appserv.management.client.AdminRMISSLClientSocketFactory
- All Implemented Interfaces:
- java.rmi.server.RMIClientSocketFactory, java.io.Serializable
- public class AdminRMISSLClientSocketFactory
- extends java.lang.Object
- implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable
Not for public use
RMISSLClientSocketFactory which allows the configuration of security parameters
by an RMI client; by default is not possible to configure these parameters.
This is the "stub" class that gets downloaded to the client.
Looks for RMISSLClientSocketFactoryEnv, and if found, uses it to get
configuration.
- See Also:
- Serialized Form
Method Summary |
java.net.Socket |
createSocket(java.lang.String host,
int port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminRMISSLClientSocketFactory
public AdminRMISSLClientSocketFactory()
createSocket
public java.net.Socket createSocket(java.lang.String host,
int port)
throws java.io.IOException
- Specified by:
createSocket
in interface java.rmi.server.RMIClientSocketFactory
- Throws:
java.io.IOException
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.