Hi,
I was reading through the J2SE API docs and see the following para on page 10:
"
The default UserManagerPolicy is a simple random choice, which provides stochastic load balancing. More sophisticated mechanisms are certainly possible and can be substituted for the default with an optional ClientConnectionManager constructor parameter.
"
Does it means that we can code our own UserManagerPolicy to determine the load balancing?