| java.lang.Object com.sun.portal.rproxy.connectionhandler.CachedSSLSocketFactory
CachedSSLSocketFactory | public class CachedSSLSocketFactory (Code) | | This class defines a factory used to create CachedSockets. The types of
Sockets that it can create are defined in a configuration file called
CachedSocketFactory.config.
author: Kevin Hartig |
Method Summary | |
public static CachedSocket | createSocket(String host, int port, String socketType, Integer logId, ServerCertApprovalCallback approvalCB) Create a new socket.
Parameters: host - the host address the client socket attaches to (d%.d%.d%.d%format) Parameters: port - the port number to bind to the Socket Parameters: socketType - the type of socket to create inside the CachedSocket a CachedSocket bound to the designated host:port and containing aSocket of the requested type. |
createSocket | public static CachedSocket createSocket(String host, int port, String socketType, Integer logId, ServerCertApprovalCallback approvalCB)(Code) | | Create a new socket.
Parameters: host - the host address the client socket attaches to (d%.d%.d%.d%format) Parameters: port - the port number to bind to the Socket Parameters: socketType - the type of socket to create inside the CachedSocket a CachedSocket bound to the designated host:port and containing aSocket of the requested type. This value is null if socketcreation failed. |
|
|