public class SocketFactoryManager
extends java.lang.Object
implements org.jacorb.config.Configurable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVER_SOCKET_FACTORY |
static java.lang.String |
SOCKET_FACTORY |
static java.lang.String |
SSL_LISTENER
SSL_LISTENER should be a classname for the implementation of the
SSL listener interface. |
static java.lang.String |
SSL_SERVER_SOCKET_FACTORY |
static java.lang.String |
SSL_SOCKET_FACTORY |
static java.lang.String |
TCP_LISTENER
TCP_LISTENER should be a classname for the implementation of the
TCP listener interface. |
Constructor and Description |
---|
SocketFactoryManager(ORB orb) |
Modifier and Type | Method and Description |
---|---|
void |
configure(org.jacorb.config.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. |
public static final java.lang.String SOCKET_FACTORY
public static final java.lang.String SERVER_SOCKET_FACTORY
public static final java.lang.String SSL_SOCKET_FACTORY
public static final java.lang.String SSL_SERVER_SOCKET_FACTORY
public static final java.lang.String TCP_LISTENER
TCP_LISTENER
should be a classname for the implementation of the
TCP listener interface.public static final java.lang.String SSL_LISTENER
SSL_LISTENER
should be a classname for the implementation of the
SSL listener interface.public SocketFactoryManager(ORB orb)
public void configure(org.jacorb.config.Configuration config) throws org.jacorb.config.ConfigurationException
configure
in interface org.jacorb.config.Configurable
org.jacorb.config.ConfigurationException
public SocketFactory getSocketFactory()
public ServerSocketFactory getServerSocketFactory()
public ServerSocketFactory getSSLServerSocketFactory()
public SocketFactory getSSLSocketFactory()
getSSLSocketFactory
returns a SSL socket factory.SocketFactory
valuepublic TCPConnectionListener getTCPListener()
getTCPListener
provides an accessor for the instantiated
TCPConnectionListener.public SSLSessionListener getSSLListener()
getSSLListener
provides an accessor for the instantiated
SSLConnectionListener.