Class ProxyHTTP

java.lang.Object
com.jcraft.jsch.ProxyHTTP
All Implemented Interfaces:
Proxy

public class ProxyHTTP
extends java.lang.Object
implements Proxy
  • Constructor Summary

    Constructors 
    Constructor Description
    ProxyHTTP​(java.lang.String proxy_host)  
    ProxyHTTP​(java.lang.String proxy_host, int proxy_port)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void connect​(SocketFactory socket_factory, java.lang.String host, int port, int timeout)  
    static int getDefaultPort()  
    java.io.InputStream getInputStream()  
    java.io.OutputStream getOutputStream()  
    java.net.Socket getSocket()  
    void setUserPasswd​(java.lang.String user, java.lang.String passwd)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait