configure the sslsocket transport

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3047

This topic has not yet been written. The content below is from the topic description.
In addition to the various configuration options discussed above, the sslsocket transport exposes the public void setServerSocketFactory(ServerSocketFactory serverSocketFactory) method as a JMX operation. Also, the sslsocket server invoker inherits from the socket server invoker a method with signature public void setNewServerSocketFactory(ServerSocketFactory serverSocketFactory) which supports dynamic replacement of server socket factories. The principal motivation for this facility is to be able to swap in a new SSLServerSocketFactory configured with an updated keystore.