com.jcraft.jsch
Interface SocketFactory


public interface SocketFactory


Method Summary
 Socket createSocket(String host, int port)
           
 InputStream getInputStream(Socket socket)
           
 OutputStream getOutputStream(Socket socket)
           
 

Method Detail

createSocket

Socket createSocket(String host,
                    int port)
                    throws IOException,
                           UnknownHostException
Throws:
IOException
UnknownHostException

getInputStream

InputStream getInputStream(Socket socket)
                           throws IOException
Throws:
IOException

getOutputStream

OutputStream getOutputStream(Socket socket)
                             throws IOException
Throws:
IOException


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