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/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DDefaultRequestDirector.java53 import org.apache.http.impl.client.TunnelRefusedException;
401 } catch (TunnelRefusedException ex) { in execute()
828 throw new TunnelRefusedException("CONNECT refused by proxy: " + in createTunnelToTarget()
/external/apache-http/api/
Dapache-http-legacy-current.txt2771 public deprecated class TunnelRefusedException extends org.apache.http.HttpException {
2772 ctor public TunnelRefusedException(java.lang.String, org.apache.http.HttpResponse);