ch.ethz.ssh2

Class HTTPProxyException


public class HTTPProxyException
extends IOException

May be thrown upon connect() if a HTTP proxy is being used.
See Also:
Connection.connect(), Connection.setProxyData(ProxyData)

Field Summary

int
httpErrorCode
String
httpResponse

Constructor Summary

HTTPProxyException(String httpResponse, int httpErrorCode)

Field Details

httpErrorCode

public final int httpErrorCode

httpResponse

public final String httpResponse

Constructor Details

HTTPProxyException

public HTTPProxyException(String httpResponse,
                          int httpErrorCode)