org.jacorb.orb.factory
public class SocketFactoryManager extends Object implements Configurable
Version: $Id: SocketFactoryManager.java,v 1.20 2006/07/27 08:48:00 nick.cross Exp $
| Field Summary | |
|---|---|
| static String | SERVER_SOCKET_FACTORY |
| static String | SOCKET_FACTORY |
| static String | SSL_LISTENERSSL_LISTENER should be a classname for the implementation of the
SSL listener interface. |
| static String | SSL_SERVER_SOCKET_FACTORY |
| static String | SSL_SOCKET_FACTORY |
| static String | TCP_LISTENERTCP_LISTENER should be a classname for the implementation of the
TCP listener interface. |
| Constructor Summary | |
|---|---|
| SocketFactoryManager(ORB orb) | |
| Method Summary | |
|---|---|
| void | configure(Configuration config) |
| ServerSocketFactory | getServerSocketFactory() |
| SocketFactory | getSocketFactory() |
| SSLSessionListener | getSSLListener()getSSLListener provides an accessor for the instantiated
SSLConnectionListener. |
| ServerSocketFactory | getSSLServerSocketFactory() |
| SocketFactory | getSSLSocketFactory()getSSLSocketFactory returns a SSL socket factory.
|
| TCPConnectionListener | getTCPListener()getTCPListener provides an accessor for the instantiated
TCPConnectionListener. |
SSL_LISTENER should be a classname for the implementation of the
SSL listener interface.TCP_LISTENER should be a classname for the implementation of the
TCP listener interface.getSSLListener provides an accessor for the instantiated
SSLConnectionListener.getSSLSocketFactory returns a SSL socket factory.
Returns: a SocketFactory value
getTCPListener provides an accessor for the instantiated
TCPConnectionListener.