Searched refs:TunnelRefusedException (Results 1 – 4 of 4) sorted by relevance
43 public class TunnelRefusedException extends HttpException { class49 public TunnelRefusedException(final String message, final HttpResponse response) { in TunnelRefusedException() method in TunnelRefusedException
377 } catch (TunnelRefusedException ex) { in execute()814 throw new TunnelRefusedException("CONNECT refused by proxy: " + in createTunnelToTarget()
85 import org.apache.http.impl.client.TunnelRefusedException;425 } catch (TunnelRefusedException ex) { in execute()846 throw new TunnelRefusedException("CONNECT refused by proxy: " + in createTunnelToTarget()
2650 @Deprecated public class TunnelRefusedException extends org.apache.http.HttpException {2651 ctor @Deprecated public TunnelRefusedException(String, org.apache.http.HttpResponse);