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 Summary
Constructors Constructor Description NetworkSocket(java.lang.String hostName, int port)
NetworkSocket(java.net.Socket socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Socket4
createParallelSocket(java.lang.String hostName, int port)
-
Methods inherited from class com.db4o.cs.foundation.NetworkSocketBase
close, flush, isConnected, openParallelSocket, read, setSoTimeout, toString, write
-
-
-
-
Method Detail
-
createParallelSocket
protected Socket4 createParallelSocket(java.lang.String hostName, int port) throws java.io.IOException
- Specified by:
createParallelSocket
in classNetworkSocketBase
- Throws:
java.io.IOException
-
-