Package com.db4o.cs.foundation
Class NetworkSocket
- java.lang.Object
- 
- com.db4o.cs.foundation.NetworkSocketBase
- 
- com.db4o.cs.foundation.NetworkSocket
 
 
- 
- All Implemented Interfaces:
- Socket4
 
 public class NetworkSocket extends NetworkSocketBase 
- 
- 
Constructor SummaryConstructors Constructor Description NetworkSocket(java.lang.String hostName, int port)NetworkSocket(java.net.Socket socket)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Socket4createParallelSocket(java.lang.String hostName, int port)- 
Methods inherited from class com.db4o.cs.foundation.NetworkSocketBaseclose, flush, isConnected, openParallelSocket, read, setSoTimeout, toString, write
 
- 
 
- 
- 
- 
Method Detail- 
createParallelSocketprotected Socket4 createParallelSocket(java.lang.String hostName, int port) throws java.io.IOException - Specified by:
- createParallelSocketin class- NetworkSocketBase
- Throws:
- java.io.IOException
 
 
- 
 
-