com.jcraft.jsch
Interface ServerSocketFactory


public interface ServerSocketFactory


Method Summary
 ServerSocket createServerSocket(int port, int backlog, InetAddress bindAddr)
           
 

Method Detail

createServerSocket

ServerSocket createServerSocket(int port,
                                int backlog,
                                InetAddress bindAddr)
                                throws IOException
Throws:
IOException


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