HomeSort by relevance Sort by last modified time
    Searched refs:HTTPProxyException (Results 1 - 3 of 3) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
HTTPProxyException.java 19 public class HTTPProxyException extends IOException
26 public HTTPProxyException(String httpResponse, int httpErrorCode)
Connection.java 635 * then a {@link HTTPProxyException} may be thrown, which
760 /* Do not wrap a HTTPProxyException */
761 if (e1 instanceof HTTPProxyException)
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 24 import ch.ethz.ssh2.HTTPProxyException;
447 throw new HTTPProxyException(httpReponse.substring(13), errorCode);

Completed in 697 milliseconds