I have created secure LDAP connection following this example using unboundid SDK.
I can create LDAPConnectionPool for unsecured servers using following code.
LDAPConnectionPool connectionPool = new LDAPConnectionPool(serverSet, bindRequest, 10);
How can I create LDAPConnectionPool for more than one servers(ldap and ldaps) i.e. both secure and unsecured.