Package com.db4o.cs.foundation
Interface Socket4Factory
- 
- All Known Implementing Classes:
- StandardSocket4Factory
 
 public interface Socket4Factory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerSocket4createServerSocket(int port)Socket4createSocket(java.lang.String hostName, int port)
 
- 
- 
- 
Method Detail- 
createSocketSocket4 createSocket(java.lang.String hostName, int port) throws java.io.IOException - Throws:
- java.io.IOException
 
 - 
createServerSocketServerSocket4 createServerSocket(int port) throws java.io.IOException - Throws:
- java.io.IOException
 
 
- 
 
-