Home | History | Annotate | Download | only in conn

Lines Matching refs:secure

192      * @param secure    <code>true</code> if the tunnel should be
193 * considered secure, <code>false</code> otherwise
198 public void tunnelTarget(boolean secure, HttpParams params)
218 secure, params);
219 this.tracker.tunnelTarget(secure);
233 * @param secure <code>true</code> if the tunnel should be
234 * considered secure, <code>false</code> otherwise
239 public void tunnelProxy(HttpHost next, boolean secure, HttpParams params)
258 this.connection.update(null, next, secure, params);
259 this.tracker.tunnelProxy(next, secure);