Uses of Class
rabbit.util.Config

Packages that use Config
rabbit.proxy The web proxy components. 
rabbit.util Utility classes used in the rabbit project. 
 

Uses of Config in rabbit.proxy
 

Methods in rabbit.proxy that return Config
 Config HttpProxy.getConfig()
          Get the configuration of the proxy.
 

Constructors in rabbit.proxy with parameters of type Config
SocketAccessController(String filters, Config config)
           
 

Uses of Config in rabbit.util
 

Methods in rabbit.util with parameters of type Config
 void Config.merge(Config other)
          Merge this config with another one.