com.jcraft.jsch
Interface Proxy

All Known Implementing Classes:
ProxyHTTP, ProxySOCKS4, ProxySOCKS5

public interface Proxy


Method Summary
 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()


Copyright © 2014 JCraft,Inc.. All Rights Reserved.