Searched defs:_proxy (Results 1 - 2 of 2) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/
H A DHttpDestination.java69 private volatile Address _proxy; field in class:HttpDestination
633 _proxy = proxy;
638 return _proxy;
653 return _proxy != null;
H A DHttpClient.java92 private Address _proxy; field in class:HttpClient
253 if (_proxy != null && (_noProxy == null || !_noProxy.contains(remote.getHost())))
255 destination.setProxy(_proxy);
582 return _proxy;
588 this._proxy = proxy;
606 return this._proxy != null;

Completed in 145 milliseconds