You are here: Configuration > Networking Configuration > Client Server Factory

Client Server Factory

Allows you to change the behavior how a client or a server is created.

This setting should be set to the same value on the server and the clients.

ClientConfiguration configuration = Db4oClientServer.newClientConfiguration();
configuration.networking().clientServerFactory(new StandardClientServerFactory());
NetworkConfigurationExample.java: exchange the way a client or server is created