Interface IClientSocketFactory
- 
- All Known Implementing Classes:
- SocketFactory
 
 public interface IClientSocketFactory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description SocketcreateSocket(String name, int port, int timeout)
 
- 
- 
- 
Method Detail- 
createSocketSocket createSocket(String name, int port, int timeout) throws IOException - Throws:
- IOException
 
 
- 
 
-