Package com.jcraft.jsch
Interface ServerSocketFactory
-
public interface ServerSocketFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerSocket
createServerSocket(int port, int backlog, InetAddress bindAddr)
-
-
-
Method Detail
-
createServerSocket
ServerSocket createServerSocket(int port, int backlog, InetAddress bindAddr) throws IOException
- Throws:
IOException
-
-