Uses of Interface
com.db4o.cs.foundation.Socket4Factory
- 
Packages that use Socket4Factory Package Description com.db4o.cs.config com.db4o.cs.foundation com.db4o.cs.internal com.db4o.cs.internal.config 
- 
- 
Uses of Socket4Factory in com.db4o.cs.configMethods in com.db4o.cs.config that return Socket4Factory Modifier and Type Method Description Socket4FactoryNetworkingConfiguration. socketFactory()Methods in com.db4o.cs.config with parameters of type Socket4Factory Modifier and Type Method Description voidNetworkingConfiguration. socketFactory(Socket4Factory socket4Factory)
- 
Uses of Socket4Factory in com.db4o.cs.foundationClasses in com.db4o.cs.foundation that implement Socket4Factory Modifier and Type Class Description classStandardSocket4Factory
- 
Uses of Socket4Factory in com.db4o.cs.internalConstructors in com.db4o.cs.internal with parameters of type Socket4Factory Constructor Description Socket4Adapter(Socket4Factory socketFactory, java.lang.String hostName, int port)
- 
Uses of Socket4Factory in com.db4o.cs.internal.configMethods in com.db4o.cs.internal.config that return Socket4Factory Modifier and Type Method Description Socket4FactoryNetworkingConfigurationImpl. socketFactory()Methods in com.db4o.cs.internal.config with parameters of type Socket4Factory Modifier and Type Method Description voidNetworkingConfigurationImpl. socketFactory(Socket4Factory factory)
 
-