Package com.jcraft.jsch
Interface Proxy
-
- All Known Implementing Classes:
ProxyHTTP
,ProxySOCKS4
,ProxySOCKS5
public interface Proxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
connect(SocketFactory socket_factory, String host, int port, int timeout)
InputStream
getInputStream()
OutputStream
getOutputStream()
Socket
getSocket()
-
-
-
Method Detail
-
connect
void connect(SocketFactory socket_factory, String host, int port, int timeout) throws Exception
- Throws:
Exception
-
getInputStream
InputStream getInputStream()
-
getOutputStream
OutputStream getOutputStream()
-
getSocket
Socket getSocket()
-
close
void close()
-
-