Uses of Interface
com.db4o.cs.foundation.Socket4
- 
Packages that use Socket4 Package Description com.db4o.cs.foundation com.db4o.cs.internal 
- 
- 
Uses of Socket4 in com.db4o.cs.foundationClasses in com.db4o.cs.foundation that implement Socket4 Modifier and Type Class Description classNetworkSocketclassNetworkSocketBaseclassSocket4DecoratorFields in com.db4o.cs.foundation declared as Socket4 Modifier and Type Field Description protected Socket4Socket4Decorator. _socketMethods in com.db4o.cs.foundation that return Socket4 Modifier and Type Method Description Socket4NetworkServerSocketBase. accept()Socket4ServerSocket4. accept()Socket4ServerSocket4Decorator. accept()protected Socket4NetworkSocket. createParallelSocket(java.lang.String hostName, int port)protected abstract Socket4NetworkSocketBase. createParallelSocket(java.lang.String hostName, int port)Socket4Socket4Factory. createSocket(java.lang.String hostName, int port)Socket4StandardSocket4Factory. createSocket(java.lang.String hostName, int port)Socket4NetworkSocketBase. openParallelSocket()Socket4Socket4. openParallelSocket()Socket4Socket4Decorator. openParallelSocket()Constructors in com.db4o.cs.foundation with parameters of type Socket4 Constructor Description Socket4Decorator(Socket4 socket)
- 
Uses of Socket4 in com.db4o.cs.internalConstructors in com.db4o.cs.internal with parameters of type Socket4 Constructor Description Socket4Adapter(Socket4 delegate)
 
-