Package com.jcraft.jsch
Class ProxySOCKS4
- java.lang.Object
-
- com.jcraft.jsch.ProxySOCKS4
-
-
Constructor Summary
Constructors Constructor Description ProxySOCKS4(java.lang.String proxy_host)ProxySOCKS4(java.lang.String proxy_host, int proxy_port)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidconnect(SocketFactory socket_factory, java.lang.String host, int port, int timeout)static intgetDefaultPort()java.io.InputStreamgetInputStream()java.io.OutputStreamgetOutputStream()java.net.SocketgetSocket()voidsetUserPasswd(java.lang.String user, java.lang.String passwd)
-
-
-
Method Detail
-
setUserPasswd
public void setUserPasswd(java.lang.String user, java.lang.String passwd)
-
connect
public void connect(SocketFactory socket_factory, java.lang.String host, int port, int timeout) throws JSchException
- Specified by:
connectin interfaceProxy- Throws:
JSchException
-
getInputStream
public java.io.InputStream getInputStream()
- Specified by:
getInputStreamin interfaceProxy
-
getOutputStream
public java.io.OutputStream getOutputStream()
- Specified by:
getOutputStreamin interfaceProxy
-
getDefaultPort
public static int getDefaultPort()
-
-