Uses of Class
com.ca.jcs.cfg.HttpProxyServer

Packages that use HttpProxyServer
com.ca.jcs.cfg Collection of classes used to configure the JCS and its contained components. 
 

Uses of HttpProxyServer in com.ca.jcs.cfg
 

Methods in com.ca.jcs.cfg that return HttpProxyServer
 HttpProxyServer HttpProxyConfiguration.getPrimaryProxyServer()
           
 

Methods in com.ca.jcs.cfg that return types with arguments of type HttpProxyServer
 List<HttpProxyServer> HttpProxyConfiguration.getProxyServers()
           
 

Method parameters in com.ca.jcs.cfg with type arguments of type HttpProxyServer
 void HttpProxyConfiguration.setProxyServers(List<HttpProxyServer> proxyServers)
           
 



Created 2011-07-14 13:27 EST