Configure the default socket factory settings

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3059

This topic has not yet been written. The content below is from the topic description.
It is also possible to set the default socket factory to be used when not using customized settings (meaning UseSSLSocketFactory property value is true, which is the default). This can be done by setting system property of org.jboss.remoting.defaultSocketFactory to the fully qualified class name of the javax.net.SocketFactory implementation to use. Will then call the getDefault() method on that implementation to get the SocketFactory instance to use.