Searched refs:HTTPProxyException (Results 1 – 3 of 3) sorted by relevance
19 public class HTTPProxyException extends IOException class26 public HTTPProxyException(String httpResponse, int httpErrorCode) in HTTPProxyException() method in HTTPProxyException
761 if (e1 instanceof HTTPProxyException) in connect()
24 import ch.ethz.ssh2.HTTPProxyException;447 throw new HTTPProxyException(httpReponse.substring(13), errorCode); in establishConnection()