Package com.db4o.cs.config
Interface NetworkingConfigurationProvider
-
- All Known Subinterfaces:
ClientConfiguration,ServerConfiguration
- All Known Implementing Classes:
ClientConfigurationImpl,NetworkingConfigurationProviderImpl,ServerConfigurationImpl
public interface NetworkingConfigurationProviderA configuration provider that provides access to the networking configuration methods.- Since:
- 7.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkingConfigurationnetworking()Access to the networking configuration methods.
-
-
-
Method Detail
-
networking
NetworkingConfiguration networking()
Access to the networking configuration methods.
-
-