Update the HTTP proxy setting.
void updateHttpProxySetting(HttpProxySettingVO proxySetting) throws SUPAdminException;
If successful, returns silently. If unsuccessful, throws SUPAdminException.
HttpProxySettingVO hp = new HttpProxySettingVO(); hp.setMessagingProxyThreadCounts(20); hp.setReplicationProxyThreadCounts(17); hp.setMessagingProxyMaxConnectionsPerHost(3000); supCluster.updateHttpProxySetting(hp);