Home
last modified time | relevance | path

Searched refs:TunnelRefusedException (Results 1 – 4 of 4) sorted by relevance

/external/apache-http/src/org/apache/http/impl/client/
DTunnelRefusedException.java43 public class TunnelRefusedException extends HttpException { class
49 public TunnelRefusedException(final String message, final HttpResponse response) { in TunnelRefusedException() method in TunnelRefusedException
DDefaultRequestDirector.java377 } catch (TunnelRefusedException ex) { in execute()
814 throw new TunnelRefusedException("CONNECT refused by proxy: " + in createTunnelToTarget()
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DDefaultRequestDirector.java85 import org.apache.http.impl.client.TunnelRefusedException;
425 } catch (TunnelRefusedException ex) { in execute()
846 throw new TunnelRefusedException("CONNECT refused by proxy: " + in createTunnelToTarget()
/external/apache-http/api/
Dcurrent.txt2650 @Deprecated public class TunnelRefusedException extends org.apache.http.HttpException {
2651 ctor @Deprecated public TunnelRefusedException(String, org.apache.http.HttpResponse);