Uses of Class
org.praxislive.hub.net.NetworkCoreFactory.Builder
-
Uses of NetworkCoreFactory.Builder in org.praxislive.hub.net
Methods in org.praxislive.hub.net that return NetworkCoreFactory.BuilderModifier and TypeMethodDescriptionNetworkCoreFactory.Builder.allowRemoteServerConnection()Allow remote connections.NetworkCoreFactory.Builder.allowRemoteServerConnection(String cidr) Allow remote connections.static NetworkCoreFactory.BuilderNetworkCoreFactory.builder()Create a NetworkCoreFactory builder.NetworkCoreFactory.Builder.childLauncher(ChildLauncher launcher) Provide an implementation ofChildLauncherfor proxies that require to auto-launch a local child process of the current one.NetworkCoreFactory.Builder.enableServer()Enable a server so that other hubs can connect to and control this one.NetworkCoreFactory.Builder.exposeServices(List<Class<? extends org.praxislive.core.services.Service>> services) List of services that will be exposed to connected hubs.NetworkCoreFactory.Builder.hubConfiguration(HubConfiguration configuration) Provide aHubConfigurationprogrammatically.NetworkCoreFactory.Builder.serverPort(int port) Specify a port for the server.