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.config
Methods in com.db4o.cs.config that return Socket4Factory Modifier and Type Method Description Socket4Factory
NetworkingConfiguration. socketFactory()
Methods in com.db4o.cs.config with parameters of type Socket4Factory Modifier and Type Method Description void
NetworkingConfiguration. socketFactory(Socket4Factory socket4Factory)
-
Uses of Socket4Factory in com.db4o.cs.foundation
Classes in com.db4o.cs.foundation that implement Socket4Factory Modifier and Type Class Description class
StandardSocket4Factory
-
Uses of Socket4Factory in com.db4o.cs.internal
Constructors 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.config
Methods in com.db4o.cs.internal.config that return Socket4Factory Modifier and Type Method Description Socket4Factory
NetworkingConfigurationImpl. socketFactory()
Methods in com.db4o.cs.internal.config with parameters of type Socket4Factory Modifier and Type Method Description void
NetworkingConfigurationImpl. socketFactory(Socket4Factory factory)
-