Searched refs:_white (Results 1 – 3 of 3) sorted by relevance
104 IPAddressMap<PathMap> _white = new IPAddressMap<PathMap>(); field in IPAccessHandler141 add(entry, _white); in addWhite()163 set(entries, _white); in setWhite()285 if (_white.size()>0) in isAddrUriAllowed()289 Object whiteObj = _white.getLazyMatches(addr); in isAddrUriAllowed()353 dump(buf, _white); in dump()
72 private HostMap<String> _white = new HostMap<String>(); field in ConnectHandler93 set(white, _white); in ConnectHandler()915 add(entry, _white); in addWhite()935 set(entries, _white); in setWhite()995 if (_white.size() > 0) in validateDestination()997 Object whiteObj = _white.getLazyMatches(host); in validateDestination()
112 protected HostMap<PathMap> _white = new HostMap<PathMap>(); field in ProxyServlet143 parseList(white,_white); in init()326 if (_white.size() > 0) in validateDestination()330 Object whiteObj = _white.getLazyMatches(host); in validateDestination()